PHP Класс Acl\Test\TestCase\Controller\Component\AclComponentTest

Наследование: extends Cake\TestSuite\TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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