PHP 클래스 ImboUnitTest\Auth\AccessControl\Adapter\SimpleArrayAdapterTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: imbo/imbo

공개 메소드들

메소드 설명
getAuthConfig ( ) : array Data provider for testing the legacy auth compatibility
testCanSetKeys ( array $users, $publicKey, $privateKey )
testExtendsArrayAdapter ( )
testIsEmpty ( )
testLegacyConfigKeysHaveWriteAccess ( )
testThrowsOnMultiplePrivateKeysPerPublicKey ( )

메소드 상세

getAuthConfig() 공개 메소드

Data provider for testing the legacy auth compatibility
public getAuthConfig ( ) : array
리턴 array

testCanSetKeys() 공개 메소드

public testCanSetKeys ( array $users, $publicKey, $privateKey )
$users array

testExtendsArrayAdapter() 공개 메소드

testIsEmpty() 공개 메소드

public testIsEmpty ( )

testLegacyConfigKeysHaveWriteAccess() 공개 메소드

testThrowsOnMultiplePrivateKeysPerPublicKey() 공개 메소드