Emarref\Jwt\Claim\FactoryTest::testGetJwtId PHP Метод

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

public testGetJwtId ( )
    public function testGetJwtId()
    {
        $this->assertInstanceOf(self::$classMap[JwtId::NAME], $this->factory->get(JwtId::NAME));
    }