From b79240e2a9a20c29417f2e159227670bbf8c652c Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Sat, 27 Jan 2024 17:22:10 +0000 Subject: [PATCH] Issue #3414994 by Spokje: SitesDirectoryHardeningTest does not need to use StringTranslationTrait --- .../tests/src/Functional/System/SitesDirectoryHardeningTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php b/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php index af8736612116..112ad1266565 100644 --- a/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php +++ b/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php @@ -3,7 +3,6 @@ namespace Drupal\Tests\system\Functional\System; use Drupal\Core\Site\Settings; -use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Tests\BrowserTestBase; /** @@ -12,7 +11,6 @@ * @group system */ class SitesDirectoryHardeningTest extends BrowserTestBase { - use StringTranslationTrait; /** * {@inheritdoc} -- GitLab