I was watching a video of Unit Testing of Laravel 5.4, and the tutor uses
use Illuminate\Foundation\Testing\DatabaseMigrations;
and
use DatabaseMigrations;
inside the testing file
In Laravel 5.0, there are no such files and I cannot use DatabaseMigrations in my testing file.
I get error like
Fatal error: Trait 'Illuminate\Foundation\Testing\DatabaseMigrations' not found
Are there any replacements in Laravel 5.0
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire