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 6416223 + 883aba5 commit 85d4cb6Copy full SHA for 85d4cb6
src/Phpunit/DatabaseTestListener.php
@@ -30,7 +30,7 @@ public function __construct($processBuilder = null)
30
if (null === $processBuilder) {
31
$this->processBuilder = new ProcessBuilder();
32
$phpExecutableFinder = new PhpExecutableFinder();
33
- $phpExecutable = $phpExecutableFinder->find();
+ $phpExecutable = $phpExecutableFinder->find(false);
34
if (false === $phpExecutable) {
35
throw new \RuntimeException('No PHP executable found on the current system.');
36
}
0 commit comments