@@ -7,7 +7,15 @@ cp .env .env.backup
cp .env.testing .env
# test!
phpunit --verbose
if [ -z "$1" ]
then
fi
if [ ! -z "$1" ]
phpunit --verbose tests/controllers/$1.php
# restore .env file
mv .env.backup .env
The note is not visible to the blocked user.