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

@@ -41,4 +41,4 @@ interface CategoryChartGenerator
* @return array
*/
public function year(Collection $categories, Collection $entries);
}
}

View File

@@ -112,4 +112,4 @@ class ChartJsCategoryChartGenerator implements CategoryChartGenerator
return $data;
}
}
}

View File

@@ -101,4 +101,4 @@ class GoogleCategoryChartGenerator implements CategoryChartGenerator
return $chart->getData();
}
}
}