More tests.

This commit is contained in:
James Cole
2015-04-07 19:58:49 +02:00
parent 05670cf393
commit ff5ecf6182
6 changed files with 237 additions and 46 deletions

View File

@@ -193,6 +193,7 @@ class GoogleChartControllerTest extends TestCase
$repetition = FactoryMuffin::create('FireflyIII\Models\LimitRepetition');
$repetition->startdate = Carbon::now()->startOfMonth();
$repetition->enddate = Carbon::now()->endOfMonth();
$repetition->save();
$budget = $repetition->budgetlimit->budget;
$this->be($budget->user);
///chart/budget/{budget}/{limitrepetition}