PHP Class lithium\tests\integration\data\DocumentTest

Inheritance: extends lithium\test\Integration
Show file Open project: unionofrad/lithium

Public Methods

Method Description
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 ( )

Method Details

setUp() public method

public setUp ( )

skip() public method

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

tearDown() public method

public tearDown ( )

testFindOnEmptyCollection() public method

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() public method