From 7c46168c2ee74eeebc6cc2e31ba26d285ca9d544 Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Wed, 25 Oct 2023 12:03:19 +0200 Subject: [PATCH] IBX-3957: CS --- eZ/Publish/API/Repository/Tests/URLAliasServiceTest.php | 1 - 1 file changed, 1 deletion(-) 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();