Acl\Test\TestCase\Controller\Component\AclComponentTest::testAdapterException PHP Метод

testAdapterException() публичный метод

test that adapter() whines when the class does not implement AclInterface
public testAdapterException ( ) : void
Результат void
    public function testAdapterException()
    {
        $thing = new \StdClass();
        $this->Acl->adapter($thing);
    }