PHP Class Crud\Test\TestCase\Action\LookupActionTest

Inheritance: extends Crud\TestSuite\IntegrationTestCase
Datei anzeigen Open project: friendsofcake/crud

Public Properties

Property Type Description
$fixtures array fixtures property

Public Methods

Method 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 method

Test with no extra options
public testGet ( ) : void
return void

testGetWithCustomParams() public method

Test changing the id field and value field
public testGetWithCustomParams ( ) : void
return void

testGetWithQueryModification() public method

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

Property Details

$fixtures public_oe property

fixtures property
public array $fixtures
return array