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.
2 parents ab41c64 + cedba57 commit 6c97ac8Copy full SHA for 6c97ac8
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