Psecio\Jwt\ClaimTest::testGetType PHP Метод

testGetType() публичный Метод

Test that the right type is returned
public testGetType ( )
    public function testGetType()
    {
        $type = $this->claim->getType();
        $this->assertEquals('stub', $type);
    }