This commit is contained in:
Zach Borboa
2018-06-18 00:06:28 -07:00
parent 3a6c5997a7
commit aea056bab5
+1 -1
View File
@@ -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