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

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

Méthodes publiques

Свойство Type Description
$fixtures array Fixtures
$tableClass string Table class to mock on

Méthodes publiques

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

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

testAllRequestMethods() public méthode

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

testStopBeforeBulk() public méthode

Test the flow when the beforeBulk event is stopped
public testStopBeforeBulk ( ) : void
Résultat void

testUuidRequestData() public méthode

Test with UUID request data.
public testUuidRequestData ( ) : void
Résultat void

Property Details

$fixtures public_oe property

Fixtures
public array $fixtures
Résultat array

$tableClass public_oe property

Table class to mock on
public string $tableClass
Résultat string