Emarref\Jwt\Claim\NotBeforeTest::testGetValue PHP Метод

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

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