Follow laravel upgrade guide
This commit is contained in:
parent
57186c3e2e
commit
ed54446f87
37 changed files with 408 additions and 255 deletions
|
|
@ -12,7 +12,7 @@ class AdminHomeControllerTest extends TestCase
|
|||
|
||||
public function test_admin_homepage()
|
||||
{
|
||||
$user = factory(User::class)->create();
|
||||
$user = User::factory()->make();
|
||||
|
||||
$response = $this->actingAs($user)
|
||||
->get('/admin');
|
||||
|
|
|
|||
Loading…
Reference in a new issue