PHP Class Acl\Test\TestCase\Controller\Component\AclComponentTest

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: cakephp/acl

Méthodes publiques

Méthode Description
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

Method Details

setUp() public méthode

setUp method
public setUp ( ) : void
Résultat void

tearDown() public méthode

tearDown method
public tearDown ( ) : void
Résultat void

testAdapter() public méthode

test that adapter() allows control of the internal implementation AclComponent uses.
public testAdapter ( ) : void
Résultat void

testAdapterException() public méthode

test that adapter() whines when the class does not implement AclInterface
public testAdapterException ( ) : void
Résultat void

testConstrutorException() public méthode

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