mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Improve test coverage.
This commit is contained in:
@@ -56,6 +56,7 @@ class ExpenseControllerTest extends TestCase
|
||||
*/
|
||||
public function testBudget(): void
|
||||
{
|
||||
|
||||
$repository = $this->mock(AccountRepositoryInterface::class);
|
||||
$fiscalHelper = $this->mock(FiscalHelperInterface::class);
|
||||
$collector = $this->mock(GroupCollectorInterface::class);
|
||||
|
||||
Reference in New Issue
Block a user