PHP Class Psecio\Jwt\ClaimTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: psecio/jwt

Public Methods

Method 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 method

public setUp ( )

tearDown() public method

public tearDown ( )

testGetType() public method

Test that the right type is returned
public testGetType ( )

testGetValue() public method

Test that the right value is returned
public testGetValue ( )

testToArray() public method

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