PHP Класс Crud\Test\TestCase\Action\LookupActionTest

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

Открытые свойства

Свойство Тип Описание
$fixtures array fixtures property

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

Метод Описание
testGet ( ) : void Test with no extra options
testGetWithCustomParams ( ) : void Test changing the id field and value field
testGetWithQueryModification ( ) : void Tests that the beforeLookup can be used to modify the query

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

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

Test with no extra options
public testGet ( ) : void
Результат void

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

Test changing the id field and value field
public testGetWithCustomParams ( ) : void
Результат void

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

Tests that the beforeLookup can be used to modify the query
public testGetWithQueryModification ( ) : void
Результат void

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

$fixtures публичное свойство

fixtures property
public array $fixtures
Результат array