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