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);
    }