PHP Class Psecio\Jwt\ClaimTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: psecio/jwt

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )
testGetType ( ) Test that the right type is returned
testGetValue ( ) Test that the right value is returned
testToArray ( ) Test the conversion of the claim to an array

Method Details

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testGetType() public méthode

Test that the right type is returned
public testGetType ( )

testGetValue() public méthode

Test that the right value is returned
public testGetValue ( )

testToArray() public méthode

Test the conversion of the claim to an array
public testToArray ( )