PHP 클래스 Acl\Test\TestCase\Controller\Component\AclComponentTest

상속: extends Cake\TestSuite\TestCase
파일 보기 프로젝트 열기: cakephp/acl

공개 메소드들

메소드 설명
setUp ( ) : void setUp method
tearDown ( ) : void tearDown method
testAdapter ( ) : void test that adapter() allows control of the internal implementation AclComponent uses.
testAdapterException ( ) : void test that adapter() whines when the class does not implement AclInterface
testConstrutorException ( ) : void test that constructor throws an exception when Acl.classname is a non-existent class

메소드 상세

setUp() 공개 메소드

setUp method
public setUp ( ) : void
리턴 void

tearDown() 공개 메소드

tearDown method
public tearDown ( ) : void
리턴 void

testAdapter() 공개 메소드

test that adapter() allows control of the internal implementation AclComponent uses.
public testAdapter ( ) : void
리턴 void

testAdapterException() 공개 메소드

test that adapter() whines when the class does not implement AclInterface
public testAdapterException ( ) : void
리턴 void

testConstrutorException() 공개 메소드

test that constructor throws an exception when Acl.classname is a non-existent class
public testConstrutorException ( ) : void
리턴 void