PHP 클래스 Crud\Test\TestCase\Action\Bulk\SetValueActionTest

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

공개 프로퍼티들

프로퍼티 타입 설명
$fixtures array Fixtures
$tableClass string Table class to mock on

공개 메소드들

메소드 설명
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.

메소드 상세

allHttpMethodProvider() 공개 메소드

Data provider with all HTTP verbs
public allHttpMethodProvider ( ) : array
리턴 array

testAllRequestMethods() 공개 메소드

Test the normal HTTP flow for all HTTP verbs
public testAllRequestMethods ( $method ) : void
리턴 void

testStopBeforeBulk() 공개 메소드

Test the flow when the beforeBulk event is stopped
public testStopBeforeBulk ( ) : void
리턴 void

testUuidRequestData() 공개 메소드

Test with UUID request data.
public testUuidRequestData ( ) : void
리턴 void

프로퍼티 상세

$fixtures 공개적으로 프로퍼티

Fixtures
public array $fixtures
리턴 array

$tableClass 공개적으로 프로퍼티

Table class to mock on
public string $tableClass
리턴 string