diff --git a/test/src/Token/AccessTokenTest.php b/test/src/Token/AccessTokenTest.php index 90b7332..7fe2752 100644 --- a/test/src/Token/AccessTokenTest.php +++ b/test/src/Token/AccessTokenTest.php @@ -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); }