withoutMiddleware( ThrottleRequests::class ); $this->makeTestData(); $this->withoutExceptionHandling(); } private function buildReportData() { $company = Company::factory()->create([ 'account_id' => $this->account->id, ]); } public function testExportCsv() { } }