create(); $response = $this->actingAs($user) ->get('/admin'); $response->assertViewIs('admin.welcome'); } }