PHP Class Lcobucci\JWT\SignatureTest

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 | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
constructorMustConfigureAttributes ( )
initializeDependencies ( )
toStringMustReturnTheHash ( )
verifyMustReturnWhatSignerSays ( )

Method Details

constructorMustConfigureAttributes() public method

initializeDependencies() public method

toStringMustReturnTheHash() public method

verifyMustReturnWhatSignerSays() public method

Property Details

$signer protected property

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