PHP Класс Psecio\Jwt\ClaimTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )