PHP Class ImboIntegrationTest\Auth\AccessControl\Adapter\AdapterTests

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: imbo/imbo Class Usage Examples

Méthodes publiques

Méthode Description
setUp ( ) Set up
tearDown ( ) Tear down
testCanAddAndFetchGroups ( )
testCanCheckIfGroupExists ( )
testCanManipulateAccessRules ( )
testCanManipulateKeys ( )
testCanRemoveGroup ( )
testCanUpdateResourceGroup ( )
testDeleteAccessRuleWithIdThatDoesNotExist ( )
testGetAccessRuleThatDoesNotExist ( )
testReturnsEmptyArrayWhenThereIsNoGroups ( )

Méthodes protégées

Méthode Description
getAdapter ( ) : Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface Get the adapter we want to test

Method Details

getAdapter() abstract protected méthode

Get the adapter we want to test
abstract protected getAdapter ( ) : Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface
Résultat Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface

setUp() public méthode

Set up
public setUp ( )

tearDown() public méthode

Tear down
public tearDown ( )

testCanAddAndFetchGroups() public méthode

testCanCheckIfGroupExists() public méthode

testCanManipulateAccessRules() public méthode

testCanManipulateKeys() public méthode

testCanRemoveGroup() public méthode

public testCanRemoveGroup ( )

testCanUpdateResourceGroup() public méthode

testDeleteAccessRuleWithIdThatDoesNotExist() public méthode

testGetAccessRuleThatDoesNotExist() public méthode

testReturnsEmptyArrayWhenThereIsNoGroups() public méthode