eZ\Publish\Core\Repository\Tests\Service\Mock\PermissionTest::providerForTestHasAccessReturnsException PHP 메소드

providerForTestHasAccessReturnsException() 공개 메소드

    public function providerForTestHasAccessReturnsException()
    {
        return array(array(array(31 => $this->createRole(array(array('test-module', 'test-function', 'notfound')), 31)), array(new RoleAssignment(array('roleId' => 31)))), array(array(31 => $this->createRole(array(array('test-module', 'test-function', 'test-limitation')), 31), 32 => $this->createRole(array(array('test-module', 'test-function', 'notfound')), 32)), array(new RoleAssignment(array('roleId' => 31)), new RoleAssignment(array('roleId' => 32)))));
    }