PHP Класс Crud\Test\TestCase\Action\DeleteActionTest

Наследование: extends Crud\TestSuite\IntegrationTestCase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$fixtures array fixtures property
$tableClass string Table class to mock on

Открытые методы

Метод Описание
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

Описание методов

allHttpMethodProvider() публичный Метод

Data provider with HTTP verbs
public allHttpMethodProvider ( ) : array
Результат array

testAllRequestMethods() публичный Метод

Test the normal HTTP flow for HTTP verbs
public testAllRequestMethods ( $method ) : void
Результат void

testStopDelete() публичный Метод

Test the flow when the beforeDelete event is stopped
public testStopDelete ( ) : void
Результат void

Описание свойств

$fixtures публичное свойство

fixtures property
public array $fixtures
Результат array

$tableClass публичное свойство

Table class to mock on
public string $tableClass
Результат string