Working on tests

This commit is contained in:
Hillel Coren 2017-11-14 13:36:03 +02:00
parent dae38e3107
commit 4d5a26f6e1

View File

@ -114,6 +114,8 @@ after_script:
- mysql -u root -e 'select * from credits;' ninja
- mysql -u root -e 'select * from expenses;' ninja
- mysql -u root -e 'select * from accounts;' ninja
- mysql -u root -e 'select * from fonts;' ninja
- mysql -u root -e 'select * from banks;' ninja
- cat storage/logs/laravel-error.log
- cat storage/logs/laravel-info.log
- FILES=$(find tests/_output -type f -name '*.png' | sort -nr)