Should fix test.

This commit is contained in:
James Cole
2016-04-17 11:43:07 +02:00
parent 466e988627
commit 95b92b7d1e

View File

@@ -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);