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