@@ -1,7 +1,10 @@
#!/bin/bash
# create DB if not exists
rm -f tests/database/db.sqlite
if [ ! -f tests/database/db.sqlite ]; then
touch tests/database/db.sqlite
php artisan migrate --seed
fi
phpunit
The note is not visible to the blocked user.