Emarref\Jwt\HeaderParameter\KeyIdTest::testGetValue PHP 메소드

testGetValue() 공개 메소드

public testGetValue ( )
    public function testGetValue()
    {
        $this->assertSame(self::$value, $this->parameter->getValue());
    }