PHP Class Crud\Test\TestCase\Action\IndexActionTest

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
allHttpMethodProvider ( ) : array Data provider with all HTTP verbs
testGet ( $method ) : void Test the normal HTTP flow for all HTTP verbs
testGetWithViewVar ( ) : void Test that changing the viewVar reflects in controller::$viewVar
testModifyQueryInEvent ( ) : void Tests that it is posisble to modify the pagination query in beforePaginate

Method Details

allHttpMethodProvider() public méthode

Data provider with all HTTP verbs
public allHttpMethodProvider ( ) : array
Résultat array

testGet() public méthode

Test the normal HTTP flow for all HTTP verbs
public testGet ( $method ) : void
Résultat void

testGetWithViewVar() public méthode

Test that changing the viewVar reflects in controller::$viewVar
public testGetWithViewVar ( ) : void
Résultat void

testModifyQueryInEvent() public méthode

Tests that it is posisble to modify the pagination query in beforePaginate
public testModifyQueryInEvent ( ) : void
Résultat void

Property Details

$fixtures public_oe property

fixtures property
public array $fixtures
Résultat array