Emarref\Jwt\Verification\ExpirationVerifierTest::testMissingExpiry PHP Метод

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

public testMissingExpiry ( )
    public function testMissingExpiry()
    {
        $this->payload->expects($this->once())->method('findClaimByName')->will($this->returnValue(null));
        $this->verifier->verify($this->token);
    }