vd/tests/ExampleTest.php
2019-08-12 14:27:34 +08:00

12 lines
274 B
PHP

<?php
require_once realpath(dirname(__FILE__) . '/TestCase.php');
$conditions = [
'company_name' = '福建车媒通网络科技有限公司',
'month' = '2016-01'
]
$export = new CompanyReportExport($conditions);
$url = ExportService::store($export, $this->disk);