Finally fixed the tests.

This commit is contained in:
James Cole
2014-08-09 08:18:07 +02:00
parent ebb28df607
commit eed70cdb62
4 changed files with 96 additions and 21 deletions

View File

@@ -104,6 +104,9 @@ class Chart implements ChartInterface
}]
)->orderBy('name', 'ASC')->get();
$limitInPeriod = 'Envelope for (empty)';
$spentInPeriod = 'Spent in (empty)';
foreach ($budgets as $budget) {
$budget->count = 0;
foreach ($budget->limits as $limit) {