CakeDC\Users\Test\TestCase\Auth\SimpleRbacAuthorizeTest::testConstruct PHP 메소드

testConstruct() 공개 메소드

public testConstruct ( )
    public function testConstruct()
    {
        //don't autoload config
        $this->simpleRbacAuthorize = new SimpleRbacAuthorize($this->registry, ['autoload_config' => false]);
        $this->assertEmpty($this->simpleRbacAuthorize->config('permissions'));
    }