Laravel 5.3 Integration test error when using sqlite, works fine using mysql
Hi,
i'm trying to learn testing using diferent database, when i'm running phpunit and DB_CONNECTION set to mysql everyting works fine, but when i'm change the DB_CONNECTION to sqlite several test got an error authorization like this,
Caused by
Illuminate\Auth\Access\AuthorizationException: This action is unauthorized. in /home/vagrant/Sites/laravel/l53_todo_tdd/vendor/laravel/framework/src/Illuminate/Auth/Access/HandlesAuthorization.php:28