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