assertDefaultValues(new TimesheetCountedStatistic()); } public function testSetter(): void { $this->assertSetter(new TimesheetCountedStatistic()); } public function testJsonSerialize(): void { $this->assertJsonSerialize(new TimesheetCountedStatistic()); } }