PHP 클래스 ImboIntegrationTest\Auth\AccessControl\Adapter\AdapterTests

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 메소드들

메소드 설명
setUp ( ) Set up
tearDown ( ) Tear down
testCanAddAndFetchGroups ( )
testCanCheckIfGroupExists ( )
testCanManipulateAccessRules ( )
testCanManipulateKeys ( )
testCanRemoveGroup ( )
testCanUpdateResourceGroup ( )
testDeleteAccessRuleWithIdThatDoesNotExist ( )
testGetAccessRuleThatDoesNotExist ( )
testReturnsEmptyArrayWhenThereIsNoGroups ( )

보호된 메소드들

메소드 설명
getAdapter ( ) : Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface Get the adapter we want to test

메소드 상세

getAdapter() 추상적인 보호된 메소드

Get the adapter we want to test
abstract protected getAdapter ( ) : Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface
리턴 Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface

setUp() 공개 메소드

Set up
public setUp ( )

tearDown() 공개 메소드

Tear down
public tearDown ( )

testCanAddAndFetchGroups() 공개 메소드

testCanCheckIfGroupExists() 공개 메소드

testCanManipulateAccessRules() 공개 메소드

testCanManipulateKeys() 공개 메소드

testCanRemoveGroup() 공개 메소드

public testCanRemoveGroup ( )

testCanUpdateResourceGroup() 공개 메소드

testDeleteAccessRuleWithIdThatDoesNotExist() 공개 메소드

testGetAccessRuleThatDoesNotExist() 공개 메소드

testReturnsEmptyArrayWhenThereIsNoGroups() 공개 메소드