get('/'); $response->assertStatus(200); }); it('returns the welcome view', function () { $response = $this->get('/'); $response->assertViewIs('welcome'); });