1.0
Jildert Miedema 2014-12-01 08:05:26 +01:00
parent 03917c598d
commit b1864dcf65
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class AccessTokenTest extends \PHPUnit_Framework_TestCase
public function testExpiresInCorrection()
{
$options =array('access_token' => 'access_token', 'expires_in' => 100);
$options = array('access_token' => 'access_token', 'expires_in' => 100);
$token = new \League\OAuth2\Client\Token\AccessToken($options);
$this->assertNotNull($token->expires);
}