Emarref\Jwt\Claim\PublicClaimTest::testGetValue PHP Method

testGetValue() public method

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