PHP Class Psecio\Jwt\Claim\NotBeforeTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: psecio/jwt

Public Methods

Method Description
setUp ( )
tearDown ( )
testGetType ( ) Test that the right type is returned for Audience
testInvalidData ( ) Test that an exception is thrown when bad, non-numeric data is given on init

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testGetType() public method

Test that the right type is returned for Audience
public testGetType ( )

testInvalidData() public method

Test that an exception is thrown when bad, non-numeric data is given on init
public testInvalidData ( )