diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 2f7efdf8..acc9ce3a 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -22,4 +22,5 @@ for ($i = 0; $i <= $end->diffInMonths($start); $i++) { echo $month . PHP_EOL; $export = new CompanyReportExport($conditions); $url = ExportService::store($export, 'public'); + unset($export); }