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 a01efae commit ff3d9abCopy full SHA for ff3d9ab
bin/phpt
@@ -18,4 +18,4 @@ if [[ -z $1 || $1 == "-h" || $1 == "--help" || $1 == "help" ]] ; then
18
exit 1
19
fi
20
21
-$TEST_PHP_EXECUTABLE $PHPVS_RUN_TEST "$@"
+"$TEST_PHP_EXECUTABLE" "$PHPVS_RUN_TEST" "$@"
bin/phput
@@ -16,5 +16,5 @@ if [[ -z $1 || $1 == "-h" || $1 == "--help" || $1 == "help" ]] ; then
16
17
-dir=`dirname $0`
-$TEST_PHP_EXECUTABLE $dir/phpunit -d error_reporting=22527 "$@"
+dir=`dirname "$0"`
+"$TEST_PHP_EXECUTABLE" "$dir/phpunit" -d error_reporting=22527 "$@"
0 commit comments