We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Like the title says.
With Laravel 5.4 i ran my tests with
use DatabaseMigrations;
without problems.
Now with Laravel 5.5 no matter if i use
or
use RefreshDatabase
i get an exception when i run my tests:
LogicException: This database driver does not support dropping all tables.