testUser = User::first(); $this->testCompany = $this->testUser->ownedCompanies->first(); $this->testUser->switchCompany($this->testCompany); $this->actingAs($this->testUser) ->withSession(['current_company_id' => $this->testCompany->id]); } }