Emarref\Jwt\Claim\PrivateClaimTest::testGetValue PHP 메소드

testGetValue() 공개 메소드

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