create([ 'name' => 'jonny', ]); $response = $this->actingAs($user)->get('/horizon'); $response->assertStatus(200); } }