PHP 클래스 Psecio\Jwt\Claim\IssuedAtTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: psecio/jwt

공개 메소드들

메소드 설명
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

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testGetType() 공개 메소드

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

testInvalidData() 공개 메소드

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