Skip to content

Commit

Permalink
[TASK] Remove use of legacy PageRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Apr 5, 2020
1 parent f497b90 commit 6bfdc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/Aspect/BreadcrumbListAspectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bfdc6f

Please sign in to comment.