Acl\Test\TestCase\Controller\Component\AclComponentTest::testAdapterException PHP Method

testAdapterException() public method

test that adapter() whines when the class does not implement AclInterface
public testAdapterException ( ) : void
return void
    public function testAdapterException()
    {
        $thing = new \StdClass();
        $this->Acl->adapter($thing);
    }