Emarref\Jwt\Claim\PrivateClaimTest::testGetValue PHP Méthode

testGetValue() public méthode

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