PHP Class Lcobucci\JWT\Signer\BaseSignerTest

Since: 0.1.0
Author: Luís Otávio Cobucci Oblonczyk ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: lcobucci/jwt

Protected Properties

Property Type Description
$signer Lcobucci\JWT\Signer\BaseSigner | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
initializeDependencies ( )
modifyHeaderShouldChangeAlgorithm ( )
signMustReturnANewSignature ( )
signShouldConvertKeyWhenItsNotAnObject ( )
verifyShouldConvertKeyWhenItsNotAnObject ( )
verifyShouldDelegateTheCallToAbstractMethod ( )

Method Details

initializeDependencies() public method

modifyHeaderShouldChangeAlgorithm() public method

signMustReturnANewSignature() public method

signShouldConvertKeyWhenItsNotAnObject() public method

verifyShouldConvertKeyWhenItsNotAnObject() public method

verifyShouldDelegateTheCallToAbstractMethod() public method

Property Details

$signer protected property

protected BaseSigner,Lcobucci\JWT\Signer|PHPUnit_Framework_MockObject_MockObject $signer
return Lcobucci\JWT\Signer\BaseSigner | PHPUnit_Framework_MockObject_MockObject