12, 'client_policy_id' => 12, 'insurer_or_tpa' => 'insurer', 'event_type' => 'inception', 'actions' => 'export', 'file_name' => 'TCS_HealthFlex_Advantage_Policy_IEI_06-04-2024_17-42-31.xlsx', ]; $empServiceController = new EmpDataServiceController(); $result = $empServiceController->generateExcelForAdditionAndInception($batch_data); // You can add assertions here to verify the result if needed $this->assertTrue($result); } }