Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie
2016-03-10 12:40:28 -05:00
committed by StyleCI Bot
parent f7f3cdee24
commit c40a10a071
5 changed files with 5 additions and 6 deletions

View File

@ -35,6 +35,7 @@ class ResourceServerMiddlewareTest extends \PHPUnit_Framework_TestCase
new Response(),
function () {
$this->assertEquals('test', func_get_args()[0]->getAttribute('oauth_access_token_id'));
return func_get_args()[1];
}
);
@ -69,5 +70,4 @@ class ResourceServerMiddlewareTest extends \PHPUnit_Framework_TestCase
$this->assertEquals(401, $response->getStatusCode());
}
}