diff --git a/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php b/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php index d77fdc2..c0ceb05 100644 --- a/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php +++ b/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php @@ -121,9 +121,9 @@ function testExportTranslation() { * Test exportation of translation template file. */ function testExportTranslationTemplateFile() { - // Load an admin page with JavaScript so drupal_add_library() fires at least - // once and _locale_parse_js_file() gets to run at least once so that the - // locales_source table gets populated with something. + // Load an admin page with JavaScript so _drupal_add_library() fires at + // least once and _locale_parse_js_file() gets to run at least once so that + // the locales_source table gets populated with something. $this->drupalGet('admin/config/regional/language'); // Get the translation template file. $this->drupalPostForm('admin/config/regional/translate/export', array(), t('Export'));