create(); $this->actingAs($user); $response = $this->get('/admin/no-access'); $response->assertOk(); $response->assertSee('You don’t have access to any tenants yet.'); });