diff --git a/eZ/Publish/API/Repository/Tests/URLAliasServiceTest.php b/eZ/Publish/API/Repository/Tests/URLAliasServiceTest.php index ce9cdd6c03..200ab1ffaa 100644 --- a/eZ/Publish/API/Repository/Tests/URLAliasServiceTest.php +++ b/eZ/Publish/API/Repository/Tests/URLAliasServiceTest.php @@ -1603,7 +1603,6 @@ public function testDeleteCorruptedUrlAliases() public function testRenamingParentContentDoesntBreakChildAlias(): void { $repository = $this->getRepository(); - $locationService = $repository->getLocationService(); $urlAliasService = $repository->getURLAliasService(); $contentService = $repository->getContentService();