12 lines
274 B
PHP
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);
|