core/modules/locale/tests/src/Kernel/LocaleBuildTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php b/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php index c1abda8c8e..5e918cc822 100644 --- a/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php +++ b/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php @@ -21,7 +21,7 @@ class LocaleBuildTest extends KernelTestBase { ]; /** - * Checks if a list of translatable projects gets built . + * Checks if a list of translatable projects gets built. */ public function testBuildProjects() { $this->container->get('module_handler')->loadInclude('locale', 'compare.inc'); @@ -46,7 +46,7 @@ public function testBuildProjects() { drupal_static_reset('locale_translation_project_list'); $module_list->reset(); - // Confirm the name and core value are changed in $module->info. + // Confirm the name and core value are changed in $module->info. $module = $module_list->get('locale_test'); $this->assertSame('locale_test_alter', $module->info['name']); $this->assertSame('8.6.7', $module->info['core']);