PHP 클래스 Crud\Test\TestCase\Action\DeleteActionTest

파일 보기 프로젝트 열기: friendsofcake/crud

공개 프로퍼티들

프로퍼티 타입 설명
$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