laborReportsCountingRecordService = new LaborReportsCountingRecordService(); } public function testGet() { $this->assertTrue(true); } // public function testGet日() // { // $start = '2020-11-08'; // $end = '2020-12-19'; // $unit = '日'; // $result = $this->laborReportsCountingRecordService->get($start, $end, $unit); // self::assertTrue($result->isNotEmpty()); // } // // public function testGet周() // { // $start = '2020-11-08'; // $end = '2020-12-19'; // $unit = '周'; // $result = $this->laborReportsCountingRecordService->get($start, $end, $unit); // self::assertTrue($result->isNotEmpty()); // } // // public function testGet月() // { // $start = '2020-08-01'; // $end = '2020-11-1'; // $unit = '月'; // $result = $this->laborReportsCountingRecordService->get($start, $end, $unit); // self::assertTrue($result->isNotEmpty()); // } }