From 6bfdc6f100c2a35ba6bf38892eedcce403c7dc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 5 Apr 2020 11:27:44 +0200 Subject: [PATCH] [TASK] Remove use of legacy PageRepository --- Tests/Unit/Aspect/BreadcrumbListAspectTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Unit/Aspect/BreadcrumbListAspectTest.php b/Tests/Unit/Aspect/BreadcrumbListAspectTest.php index c47820c5..10458084 100644 --- a/Tests/Unit/Aspect/BreadcrumbListAspectTest.php +++ b/Tests/Unit/Aspect/BreadcrumbListAspectTest.php @@ -23,7 +23,7 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController; -use TYPO3\CMS\Frontend\Page\PageRepository; +use TYPO3\CMS\Core\Domain\Repository\PageRepository; use TYPO3\TestingFramework\Core\Unit\UnitTestCase; class BreadcrumbListAspectTest extends UnitTestCase