|
@@ -95,7 +95,7 @@ class CommandTestCaseGenerator
|
|
$options['fqn'] = "Predis\\Command\\{$options['class']}";
|
|
$options['fqn'] = "Predis\\Command\\{$options['class']}";
|
|
$options['path'] = "Command/{$options['class']}.php";
|
|
$options['path'] = "Command/{$options['class']}.php";
|
|
|
|
|
|
- $source = __DIR__.'/../lib/'.$options['path'];
|
|
+ $source = __DIR__.'/../src/'.$options['path'];
|
|
if (!file_exists($source)) {
|
|
if (!file_exists($source)) {
|
|
throw new RuntimeException("Cannot find class file for {$options['fqn']} in $source.");
|
|
throw new RuntimeException("Cannot find class file for {$options['fqn']} in $source.");
|
|
}
|
|
}
|