Fixes tests.

This commit is contained in:
James Cole
2017-02-24 21:01:33 +01:00
parent 3d4feff7de
commit fc2cee7a54
3 changed files with 16 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ class MetaPieChart implements MetaPieChartInterface
$this->accounts = new Collection;
$this->budgets = new Collection;
$this->categories = new Collection;
$this->tags = new Collection;
}
/**