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

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

Защищенные свойства (Protected)

Свойство Тип Описание
$_fixtures

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

Метод Описание
setUp ( ) Creating the test database
skip ( ) Skip the test if no test database connection available.
tearDown ( ) Dropping the test database
testCreate ( ) Tests that a single record with a manually specified primary key can be created, persisted to an arbitrary data store, re-read and updated.
testCrudMulti ( )
testDelete ( )
testRead ( )
testUpdate ( )
testUpdateWithNewProperties ( )

Описание методов

setUp() публичный Метод

Creating the test database
public setUp ( )

skip() публичный Метод

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

tearDown() публичный Метод

Dropping the test database
public tearDown ( )

testCreate() публичный Метод

Tests that a single record with a manually specified primary key can be created, persisted to an arbitrary data store, re-read and updated.
public testCreate ( )

testCrudMulti() публичный Метод

public testCrudMulti ( )

testDelete() публичный Метод

public testDelete ( )

testRead() публичный Метод

public testRead ( )

testUpdate() публичный Метод

public testUpdate ( )

testUpdateWithNewProperties() публичный Метод

Описание свойств

$_fixtures защищенное свойство

protected $_fixtures