mirror of
https://github.com/predis/predis.git
synced 2026-08-17 16:53:41 +00:00
More random fixes after inspection.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user