mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage.
This commit is contained in:
@@ -121,6 +121,7 @@ class BudgetControllerTest extends TestCase
|
||||
// mock default session
|
||||
$this->mockDefaultSession();
|
||||
|
||||
Log::warning('The following error is part of a test.');
|
||||
$this->be($this->user());
|
||||
$response = $this->get(route('chart.budget.budget-limit', [$budget->id, $limit->id]));
|
||||
$response->assertStatus(500);
|
||||
|
Reference in New Issue
Block a user