mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Expand some tests.
This commit is contained in:
@@ -576,7 +576,7 @@ class BudgetControllerTest extends TestCase
|
||||
$repository->shouldReceive('find')->andReturn($budget);
|
||||
$repository->shouldReceive('update');
|
||||
$repository->shouldReceive('cleanupBudgets');
|
||||
|
||||
|
||||
$this->session(['budgets.edit.uri' => 'http://localhost']);
|
||||
|
||||
$data = [
|
||||
|
||||
Reference in New Issue
Block a user