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

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

공개 프로퍼티들

프로퍼티 타입 설명
$fixtures array fixtures property

공개 메소드들

메소드 설명
allHttpMethodProvider ( ) : array Data provider with all HTTP verbs
testGet ( $method ) : void Test the normal HTTP flow for all HTTP verbs
testGetWithViewVar ( ) : void Test that changing the viewVar reflects in controller::$viewVar

메소드 상세

allHttpMethodProvider() 공개 메소드

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

testGet() 공개 메소드

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

testGetWithViewVar() 공개 메소드

Test that changing the viewVar reflects in controller::$viewVar
public testGetWithViewVar ( ) : void
리턴 void

프로퍼티 상세

$fixtures 공개적으로 프로퍼티

fixtures property
public array $fixtures
리턴 array