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 92e97d6 commit ad83133Copy full SHA for ad83133
tests/Utils/CLITest.php
@@ -226,7 +226,7 @@ public function testStdinPipe($cmd, $result)
226
public function stdinParams()
227
{
228
if (defined('PHP_BINARY')) {
229
- $binPath = PHP_BINARY . ' ' . dirname(__DIR__, 2) . '/bin/';
+ $binPath = PHP_BINARY . ' ' . realpath(dirname(__DIR__) . '/../') . '/bin/';
230
} else {
231
$binPath = 'php' . ' ' . realpath(dirname(__DIR__) . '/../') . '/bin/';
232
}
0 commit comments