Working on expense test

This commit is contained in:
Hillel Coren 2016-07-06 10:04:59 +03:00
parent 19b8212e32
commit 894cac4657

View File

@ -92,6 +92,7 @@ after_script:
- mysql -u root -e 'select * from invoice_items;' ninja
- mysql -u root -e 'select * from payments;' ninja
- mysql -u root -e 'select * from credits;' ninja
- mysql -u root -e 'select * from expenses;' ninja
- cat storage/logs/laravel-error.log
- cat storage/logs/laravel-info.log
- FILES=$(find tests/_output -type f -name '*.png')