PHP 클래스 Lcobucci\JWT\Signer\HmacTest

부터: 0.1.0
저자: Luís Otávio Cobucci Oblonczyk ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: lcobucci/jwt

보호된 프로퍼티들

프로퍼티 타입 설명
$signer Lcobucci\JWT\Signer\Hmac | PHPUnit_Framework_MockObject_MockObject

공개 메소드들

메소드 설명
createHashMustReturnAHashAccordingWithTheAlgorithm ( ) : string
doVerifyShouldReturnFalseWhenExpectedHashWasNotCreatedWithSameInformation ( $expected )
doVerifyShouldReturnTrueWhenExpectedHashWasCreatedWithSameInformation ( string $expected )
initializeDependencies ( )

메소드 상세

createHashMustReturnAHashAccordingWithTheAlgorithm() 공개 메소드

doVerifyShouldReturnFalseWhenExpectedHashWasNotCreatedWithSameInformation() 공개 메소드

doVerifyShouldReturnTrueWhenExpectedHashWasCreatedWithSameInformation() 공개 메소드

initializeDependencies() 공개 메소드

프로퍼티 상세

$signer 보호되어 있는 프로퍼티

protected Hmac,Lcobucci\JWT\Signer|PHPUnit_Framework_MockObject_MockObject $signer
리턴 Lcobucci\JWT\Signer\Hmac | PHPUnit_Framework_MockObject_MockObject