diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php b/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php index 3179d8e..5f23e99 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php @@ -2,10 +2,10 @@ /** * @file - * Contains \Drupal\locale\Tests\LocaleConfigSubscriberForeignTest. + * Contains \Drupal\Tests\locale\Kernel\LocaleConfigSubscriberForeignTest. */ -namespace Drupal\locale\Tests; +namespace Drupal\Tests\locale\Kernel; use Drupal\Core\Language\Language; use Drupal\language\Entity\ConfigurableLanguage; diff --git a/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php b/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php index 52d01b2..bab5792 100644 --- a/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php +++ b/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php @@ -2,10 +2,10 @@ /** * @file - * Contains \Drupal\Tests\system\Tests\Token\TokenReplaceKernelTest. + * Contains \Drupal\Tests\system\Tests\Kernel\TokenReplaceKernelTest. */ -namespace Drupal\Tests\system\Tests\Token; +namespace Drupal\Tests\system\Kernel\Token; use Drupal\Component\Render\FormattableMarkup; use Drupal\Component\Utility\Html;