diff --git a/core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php b/core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php index 373e8d6..6605b3b 100644 --- a/core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php +++ b/core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php @@ -133,7 +133,7 @@ public function testConfigTranslationModuleInstall() { * Test removing a string from Locale deletes configuration translations. */ function testLocaleRemovalAndConfigOverrideDelete() { - // Enable locale, block and config_translation modules. + // Enable the locale module. $this->container->get('module_installer')->install(['locale']); $this->resetAll(); @@ -170,7 +170,7 @@ function testLocaleRemovalAndConfigOverrideDelete() { * Test removing a string from Locale changes configuration translations. */ function testLocaleRemovalAndConfigOverridePreserve() { - // Enable locale, block and config_translation modules. + // Enable the locale module. $this->container->get('module_installer')->install(['locale']); $this->resetAll();