diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 67e1d76d..21a781a9 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -7,6 +7,7 @@ use App\Domains\Stats\Exports\CompanyReportExport; require_once realpath(dirname(__FILE__) . '/TestCase.php'); $conditions = [ + 'type' => [0, 1], 'company_name' => '福建车媒通网络科技有限公司', 'month' => '2016-01' ];