Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0af2a7f

Browse files
remicolletmichael-grunder
authored andcommitted
missing space between command and args
1 parent cd6ebc6 commit 0af2a7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/RedisTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6109,6 +6109,7 @@ private function getPhpCommand($script)
61096109
$cmd = (getenv('TEST_PHP_EXECUTABLE') ?: (defined('PHP_BINARY') ? PHP_BINARY : 'php')); // PHP_BINARY is 5.4+
61106110

61116111
if ($test_args = getenv('TEST_PHP_ARGS')) {
6112+
$cmd .= ' ';
61126113
$cmd .= $test_args;
61136114
} else {
61146115
/* Only append specific extension directives if PHP hasn't been compiled with what we need statically */

0 commit comments

Comments
 (0)