Skip to content

Commit

Permalink
Fix CLITest
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <[email protected]>
  • Loading branch information
williamdes committed May 29, 2019
1 parent 92e97d6 commit ad83133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Utils/CLITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function testStdinPipe($cmd, $result)
public function stdinParams()
{
if (defined('PHP_BINARY')) {
$binPath = PHP_BINARY . ' ' . dirname(__DIR__, 2) . '/bin/';
$binPath = PHP_BINARY . ' ' . realpath(dirname(__DIR__) . '/../') . '/bin/';
} else {
$binPath = 'php' . ' ' . realpath(dirname(__DIR__) . '/../') . '/bin/';
}
Expand Down

0 comments on commit ad83133

Please sign in to comment.