More random fixes after inspection.

This commit is contained in:
Daniele Alessandri
2014-07-27 22:28:21 +02:00
parent 4e1186f845
commit dbfc1a74ba
38 changed files with 74 additions and 73 deletions
+4
View File
@@ -134,7 +134,11 @@ class CommandTestCaseGenerator
throw new RuntimeException("Class $class must implement Predis\Command\CommandInterface.");
}
/*
* @var CommandInterface
*/
$instance = $reflection->newInstance();
$buffer = $this->getTestCaseBuffer($instance);
return $buffer;