Emarref\Jwt\Algorithm\Rs512Test::testGetAlgorithm PHP Метод

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

public testGetAlgorithm ( )
    public function testGetAlgorithm()
    {
        $this->assertSame(self::$algorithmName, $this->algorithm->getAlgorithm());
    }