PHP Class Crud\Test\TestCase\Action\DeleteActionTest

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
allHttpMethodProvider ( ) : array Data provider with HTTP verbs
testAllRequestMethods ( $method ) : void Test the normal HTTP flow for HTTP verbs
testStopDelete ( ) : void Test the flow when the beforeDelete event is stopped

Method Details

allHttpMethodProvider() public méthode

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

testAllRequestMethods() public méthode

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

testStopDelete() public méthode

Test the flow when the beforeDelete event is stopped
public testStopDelete ( ) : void
Résultat void

Property Details

$fixtures public_oe property

fixtures property
public array $fixtures
Résultat array

$tableClass public_oe property

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