PHP Class ZfcRbacTest\Service\AuthorizationServiceTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: zf-commons/zfc-rbac

Public Methods

Method Description
grantedProvider ( )
testAssertionMap ( )
testDoNotCallAssertionIfThePermissionIsNotGranted ( )
testDynamicAssertions ( )
testGetIdentity ( )
testGranted ( $role, $permission, $context, $isGranted, $assertions = [] )
testThrowExceptionForInvalidAssertion ( )

Method Details

grantedProvider() public method

public grantedProvider ( )

testAssertionMap() public method

public testAssertionMap ( )

testDoNotCallAssertionIfThePermissionIsNotGranted() public method

testDynamicAssertions() public method

testGetIdentity() public method

public testGetIdentity ( )

testGranted() public method

public testGranted ( $role, $permission, $context, $isGranted, $assertions = [] )

testThrowExceptionForInvalidAssertion() public method