@@ -230,6 +230,9 @@ |
||
230 | 230 | ); |
231 | 231 | } |
232 | 232 | |
233 | + /** |
|
234 | + * @param string $methodName |
|
235 | + */ |
|
233 | 236 | protected function getAccessibleMethod(PhpQuickProfiler $profiler, $methodName) |
234 | 237 | { |
235 | 238 | $reflectedConsole = new ReflectionClass(get_class($profiler)); |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Particletree\Pqp; |
4 | 4 | |
5 | 5 | use PDO; |
6 | -use PHPUnit_Framework_Testcase; |
|
7 | 6 | use ReflectionClass; |
8 | -use ReflectionMethod; |
|
9 | 7 | |
10 | 8 | class PhpQuickProfilerTest extends PHPUnit_Framework_TestCase |
11 | 9 | { |