PHP Class Crud\Test\TestCase\Action\ViewActionTest

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

Public Properties

Property Type Description
$fixtures array fixtures property

Public Methods

Method 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

Method Details

allHttpMethodProvider() public method

Data provider with all HTTP verbs
public allHttpMethodProvider ( ) : array
return array

testGet() public method

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

testGetWithViewVar() public method

Test that changing the viewVar reflects in controller::$viewVar
public testGetWithViewVar ( ) : void
return void

Property Details

$fixtures public_oe property

fixtures property
public array $fixtures
return array