PHP Class Crud\Test\TestCase\Action\DeleteActionTest

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

Public Properties

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

Public Methods

Method 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 method

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

testAllRequestMethods() public method

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

testStopDelete() public method

Test the flow when the beforeDelete event is stopped
public testStopDelete ( ) : void
return void

Property Details

$fixtures public_oe property

fixtures property
public array $fixtures
return array

$tableClass public_oe property

Table class to mock on
public string $tableClass
return string