diff --git a/tests/script.sh b/tests/script.sh index 6cf0eff..f5e7387 100755 --- a/tests/script.sh +++ b/tests/script.sh @@ -1,7 +1,7 @@ set -x # Use composer's phpunit and phpcs by adding composer bin directory to the path environment variable. -export PATH="$PWD/vendor/bin:$PATH" +export PATH="${PWD}/vendor/bin:${PATH}" errors=0