This fixes the broken tests.

This commit is contained in:
James Cole
2016-02-10 12:01:45 +01:00
parent 5974bdcc2a
commit bc67113d77
9 changed files with 6 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ class TestDataSeeder extends Seeder
TestData::createBudgetLimit($user, $current, 'Bills', '1000');
TestData::createBudgetLimit($user, $current, 'Car', '100');
echo 'Created test data for ' . $month . "\n";
Log::info('Created test data for ' . $month);
$current->addMonth();
}
}