PHP 클래스 Psecio\Jwt\ClaimTest

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

공개 메소드들

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

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testGetType() 공개 메소드

Test that the right type is returned
public testGetType ( )

testGetValue() 공개 메소드

Test that the right value is returned
public testGetValue ( )

testToArray() 공개 메소드

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