From 4c0956ac9a04cf6f73702e51ffd485c9a4885b63 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sun, 27 Sep 2020 14:55:12 +0100 Subject: [PATCH] Issue #3158262 by S_Bhandari: Remove Unused variable from Path Alias module --- core/modules/path_alias/tests/src/Kernel/AliasTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/path_alias/tests/src/Kernel/AliasTest.php b/core/modules/path_alias/tests/src/Kernel/AliasTest.php index 02069217371a..946c2ec38d93 100644 --- a/core/modules/path_alias/tests/src/Kernel/AliasTest.php +++ b/core/modules/path_alias/tests/src/Kernel/AliasTest.php @@ -179,7 +179,6 @@ public function testWhitelistCacheDeletionMidRequest() { // Create AliasManager and Path object. $whitelist = new AliasWhitelist('path_alias_whitelist', $memoryCounterBackend, $this->container->get('lock'), $this->container->get('state'), $this->container->get('path_alias.repository')); - $aliasManager = new AliasManager($this->container->get('path_alias.repository'), $whitelist, $this->container->get('language_manager'), $memoryCounterBackend); // Whitelist cache should not exist at all yet. $this->assertFalse($memoryCounterBackend->get('path_alias_whitelist')); -- GitLab