Open imacrayon opened 4 years ago
The biggest change here is the addition of model factories in tests:
instead of this:
factory(User::class)->create();
now you do this:
User::factory()->create();
The biggest change here is the addition of model factories in tests:
instead of this:
now you do this: