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:
@@ -68,6 +68,6 @@ class Request_test extends PHPUnit_Framework_TestCase
|
||||
$method = $reflector->getMethod('getPropertyValue');
|
||||
$method->setAccessible(true);
|
||||
|
||||
$result = $method->invoke($this->request, 'blah');
|
||||
$method->invoke($this->request, 'blah');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user