Skip to content

Commit

Permalink
./Scripts/bootstrap.sh: line 35: ./app/vendor/bin/phpunit: No such fi…
Browse files Browse the repository at this point in the history
…le or directory
  • Loading branch information
b23prodtm committed Nov 25, 2018
1 parent 7be2063 commit 7a359d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source $hash
echo -e "${nc}Password ${green}$GET_HASH_PASSWORD${nc}"
#; Install PHPUnit, performs unit tests
#; The website must pass health checks in order to be deployed
phpunit="./app/vendor/bin/phpunit"
phpunit="./app/Vendor/bin/phpunit"
if [ ! -f $phpunit ]; then
if [ ! -f bin/composer.phar ]; then
source ./Scripts/composer.sh
Expand Down

0 comments on commit 7a359d3

Please sign in to comment.