diff --git a/core/modules/path/path.test b/core/modules/path/path.test index 0066071d0f4..a3f5820bb3e 100644 --- a/core/modules/path/path.test +++ b/core/modules/path/path.test @@ -542,9 +542,6 @@ class PathMonolingualTestCase extends PathTestCase { // Set language detection to URL. $edit = array('language_interface[enabled][language-url]' => TRUE); $this->drupalPost('admin/config/regional/language/detection', $edit, t('Save settings')); - - // Force languages to be initialized. - drupal_language_initialize(); } /**