diff --git a/tests/acceptance/Controllers/ReportControllerTest.php b/tests/acceptance/Controllers/ReportControllerTest.php index 0b97883bbf..71206b623e 100644 --- a/tests/acceptance/Controllers/ReportControllerTest.php +++ b/tests/acceptance/Controllers/ReportControllerTest.php @@ -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);