mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Expand test coverage and improve transaction management code.
This commit is contained in:
@@ -133,6 +133,8 @@ class BudgetReportControllerTest extends TestCase
|
||||
$limit3->budget_id = $budget->id;
|
||||
$limit3->start_date = new Carbon('2012-01-01');
|
||||
$limit3->end_date = new Carbon('2012-01-31');
|
||||
$limit3->amount = '100';
|
||||
$limit3->save();
|
||||
|
||||
|
||||
$fiscalHelper->shouldReceive('endOfFiscalYear')->atLeast()->once()->andReturn($date);
|
||||
|
Reference in New Issue
Block a user