markTestIncomplete('This test case was generated by Shift. When you are ready, remove this line and complete this test case.'); $user = \App\Models\User::factory()->create(); $response = $this->actingAs($user)->get(route('top10.index')); $response->assertOk(); $response->assertViewIs('top10.index'); // TODO: perform additional assertions }); // test cases...