PHP 클래스 lithium\tests\integration\data\DocumentTest

상속: extends lithium\test\Integration
파일 보기 프로젝트 열기: unionofrad/lithium

공개 메소드들

메소드 설명
setUp ( )
skip ( ) Skip the test if no allowed database connection available.
tearDown ( )
testFindOnEmptyCollection ( ) Tests that a successful find on an empty collection doesn't error out when using count on the resulting collection returned. See issue #1042.
testUpdateWithNewArray ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

skip() 공개 메소드

Skip the test if no allowed database connection available.
public skip ( )

tearDown() 공개 메소드

public tearDown ( )

testFindOnEmptyCollection() 공개 메소드

Tests that a successful find on an empty collection doesn't error out when using count on the resulting collection returned. See issue #1042.

testUpdateWithNewArray() 공개 메소드