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

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

public testGetPrivate ( )
    public function testGetPrivate()
    {
        $this->assertInstanceOf(self::$classMap['private'], $this->factory->get('unknown'));
    }