Skip to content

Commit 85d4cb6

Browse files
committed
Merge pull request #73 from symfony-cmf/hhvm
apply hhvm fix
2 parents 6416223 + 883aba5 commit 85d4cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Phpunit/DatabaseTestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct($processBuilder = null)
3030
if (null === $processBuilder) {
3131
$this->processBuilder = new ProcessBuilder();
3232
$phpExecutableFinder = new PhpExecutableFinder();
33-
$phpExecutable = $phpExecutableFinder->find();
33+
$phpExecutable = $phpExecutableFinder->find(false);
3434
if (false === $phpExecutable) {
3535
throw new \RuntimeException('No PHP executable found on the current system.');
3636
}

0 commit comments

Comments
 (0)