From 20fd6ed717cb3526b3898e78472e38545fbd1e27 Mon Sep 17 00:00:00 2001 From: denghy Date: Mon, 12 Aug 2019 14:45:12 +0800 Subject: [PATCH] unset --- tests/ExampleTest.php | 1 + 1 file changed, 1 insertion(+) 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); }