PHP Class Crud\Test\TestCase\Action\LookupActionTest

Inheritance: extends Crud\TestSuite\IntegrationTestCase
Afficher le fichier Open project: friendsofcake/crud

Méthodes publiques

Свойство Type Description
$fixtures array fixtures property

Méthodes publiques

Méthode Description
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

Method Details

testGet() public méthode

Test with no extra options
public testGet ( ) : void
Résultat void

testGetWithCustomParams() public méthode

Test changing the id field and value field
public testGetWithCustomParams ( ) : void
Résultat void

testGetWithQueryModification() public méthode

Tests that the beforeLookup can be used to modify the query
public testGetWithQueryModification ( ) : void
Résultat void

Property Details

$fixtures public_oe property

fixtures property
public array $fixtures
Résultat array