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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
testGet ( ) : void Test with no extra options
testGetWithCustomParams ( ) : void Test changing the id field and value field
testGetWithQueryModification ( ) : void Tests that the beforeLookup can be used to modify the query

메소드 상세

testGet() 공개 메소드

Test with no extra options
public testGet ( ) : void
리턴 void

testGetWithCustomParams() 공개 메소드

Test changing the id field and value field
public testGetWithCustomParams ( ) : void
리턴 void

testGetWithQueryModification() 공개 메소드

Tests that the beforeLookup can be used to modify the query
public testGetWithQueryModification ( ) : void
리턴 void

프로퍼티 상세

$fixtures 공개적으로 프로퍼티

fixtures property
public array $fixtures
리턴 array