mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Optimised tests by removing unused variables and adding further assertions
This commit is contained in:
@@ -80,7 +80,7 @@ class Resource_Server_test extends PHPUnit_Framework_TestCase
|
||||
$method = $reflector->getMethod('determineAccessToken');
|
||||
$method->setAccessible(true);
|
||||
|
||||
$result = $method->invoke($s);
|
||||
$method->invoke($s);
|
||||
}
|
||||
|
||||
public function test_determineAccessToken_fromHeader()
|
||||
|
Reference in New Issue
Block a user