fkooman\OAuth\Client\TokenResponseTest::testNegativeExpiresIn PHP Méthode

testNegativeExpiresIn() public méthode

    public function testNegativeExpiresIn()
    {
        $t = new TokenResponse(array('access_token' => 'foo', 'token_type' => 'Bearer', 'expires_in' => -5));
    }