diff --git a/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php b/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php index 3dbbed2..a78c32c 100644 --- a/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php +++ b/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php @@ -26,7 +26,7 @@ class LocaleJavascriptTranslationTest extends WebTestBase { public static $modules = array('locale'); public function testFileParsing() { - $filename = drupal_get_path('module', 'locale') . '/tests/locale_test.js'; + $filename = drupal_get_path('module', 'locale') . '/tests/js/locale_test.js'; // Parse the file to look for source strings. _locale_parse_js_file($filename); diff --git a/core/modules/locale/tests/locale_test.js b/core/modules/locale/tests/js/locale_test.js similarity index 100% rename from core/modules/locale/tests/locale_test.js rename to core/modules/locale/tests/js/locale_test.js