PHP Class Crud\Test\TestCase\Action\Bulk\SetValueActionTest

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

Public Properties

Property Type Description
$fixtures array Fixtures
$tableClass string Table class to mock on

Public Methods

Method Description
allHttpMethodProvider ( ) : array Data provider with all HTTP verbs
testAllRequestMethods ( $method ) : void Test the normal HTTP flow for all HTTP verbs
testStopBeforeBulk ( ) : void Test the flow when the beforeBulk event is stopped
testUuidRequestData ( ) : void Test with UUID request data.

Method Details

allHttpMethodProvider() public method

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

testAllRequestMethods() public method

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

testStopBeforeBulk() public method

Test the flow when the beforeBulk event is stopped
public testStopBeforeBulk ( ) : void
return void

testUuidRequestData() public method

Test with UUID request data.
public testUuidRequestData ( ) : void
return void

Property Details

$fixtures public_oe property

Fixtures
public array $fixtures
return array

$tableClass public_oe property

Table class to mock on
public string $tableClass
return string