We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92caa7 commit ea10648Copy full SHA for ea10648
src/Phpunit/DatabaseTestListener.php
@@ -36,7 +36,7 @@ public function __construct($processBuilder = null)
36
}
37
38
// Symfony 2.3 does not support array prefix, so we have to implement it ourselves
39
- $this->prefix = array($phpExecutable, __DIR__.'/../../../../../../bin/console');
+ $this->prefix = array($phpExecutable, __DIR__.'/../../../../bin/console');
40
} else {
41
$this->processBuilder = $processBuilder;
42
0 commit comments