laborReportsCountingRecordService = new LaborReportsCountingRecordService(); } public function testUserGroupsCount() { $result = $this->laborReportsCountingRecordService->userGroupsCount('2020-10-17','2020-11-16'); self::assertTrue($result->isNotEmpty()); } }