Psecio\Jwt\Claim\CustomTest::testGetType PHP Method

testGetType() public method

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