Fixed some tests.

This commit is contained in:
James Cole
2015-06-28 08:24:12 +02:00
parent 4673170531
commit e4e2921f3e
30 changed files with 49 additions and 153 deletions

View File

@@ -40,4 +40,4 @@ interface BudgetChartGenerator
*/
public function year(Collection $budgets, Collection $entries);
}
}

View File

@@ -138,4 +138,4 @@ class ChartJsBudgetChartGenerator implements BudgetChartGenerator
return $data;
}
}
}

View File

@@ -107,4 +107,4 @@ class GoogleBudgetChartGenerator implements BudgetChartGenerator
return $chart->getData();
}
}
}