mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +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');
|
$categoryRepos = $this->mock('FireflyIII\Repositories\Category\CategoryRepositoryInterface');
|
||||||
|
|
||||||
$budgetRepos->shouldReceive('getActiveBudgets')->once()->andReturn(new Collection);
|
$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);
|
$accountHelper->shouldReceive('getAccountReport')->once()->andReturn(new AccountCollection);
|
||||||
|
Reference in New Issue
Block a user