mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Should fix test.
This commit is contained in:
@@ -87,7 +87,7 @@ class ReportControllerTest extends TestCase
|
||||
$categoryRepos = $this->mock('FireflyIII\Repositories\Category\CategoryRepositoryInterface');
|
||||
|
||||
$budgetRepos->shouldReceive('getActiveBudgets')->once()->andReturn(new Collection);
|
||||
$categoryRepos->shouldReceive('listCategories')->once()->andReturn(new Collection);
|
||||
$categoryRepos->shouldReceive('getCategories')->once()->andReturn(new Collection);
|
||||
|
||||
|
||||
$accountHelper->shouldReceive('getAccountReport')->once()->andReturn(new AccountCollection);
|
||||
|
Reference in New Issue
Block a user