PHP Класс lithium\tests\integration\data\DocumentTest

Наследование: extends lithium\test\Integration
Показать файл Открыть проект

Открытые методы

Метод Описание
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() публичный Метод