diff --git a/core/modules/locale/tests/modules/locale_test/locale_test.module b/core/modules/locale/tests/modules/locale_test/locale_test.module index ee5e7bf..2d8bfe6 100644 --- a/core/modules/locale/tests/modules/locale_test/locale_test.module +++ b/core/modules/locale/tests/modules/locale_test/locale_test.module @@ -49,7 +49,7 @@ function locale_test_locale_translation_projects_alter(&$projects) { // Instead of the default ftp.drupal.org we use the file system of the test // instance to simulate a remote file location. - $url = \Drupal::url('', [], ['absolute' => TRUE]); + $url = \Drupal::url('', [], ['absolute' => TRUE]); $remote_url = $url . PublicStream::basePath() . '/remote/'; // Completely replace the project data with a set of test projects.