service = app('OwnerFeeTotalService'); } function tearDown(): void { parent::tearDown(); } public function test_01() { $this->service->record('2021-08-01',[4]); } }