PHP Class Lcobucci\JWT\ConfigurationTest

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

Public Methods

Method Description
createBuilderShouldCreateABuilderWithCustomizedEncoderAndClaimFactory ( )
createBuilderShouldCreateABuilderWithDefaultEncoderAndClaimFactory ( )
createDependencies ( )
getParserShouldNotCreateAnInstanceIfItWasConfigured ( )
getParserShouldReturnAParserWithCustomizedDecoderAndClaimFactory ( )
getParserShouldReturnAParserWithDefaultDecoderAndClaimFactory ( )
getSignerShouldReturnTheConfiguredSigner ( )
getSignerShouldReturnTheDefaultWhenItWasNotConfigured ( )

Method Details

createBuilderShouldCreateABuilderWithCustomizedEncoderAndClaimFactory() public method

createBuilderShouldCreateABuilderWithDefaultEncoderAndClaimFactory() public method

createDependencies() public method

public createDependencies ( )

getParserShouldNotCreateAnInstanceIfItWasConfigured() public method

getParserShouldReturnAParserWithCustomizedDecoderAndClaimFactory() public method

getParserShouldReturnAParserWithDefaultDecoderAndClaimFactory() public method

getSignerShouldReturnTheConfiguredSigner() public method

getSignerShouldReturnTheDefaultWhenItWasNotConfigured() public method