Skip to content
Snippets Groups Projects
Commit f356dc21 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Merge branch '8.x' of git.drupal.org:project/drupal into 8.x

parents ae015c91 56ded311
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -542,9 +542,6 @@ class PathMonolingualTestCase extends PathTestCase { ...@@ -542,9 +542,6 @@ class PathMonolingualTestCase extends PathTestCase {
// Set language detection to URL. // Set language detection to URL.
$edit = array('language_interface[enabled][language-url]' => TRUE); $edit = array('language_interface[enabled][language-url]' => TRUE);
$this->drupalPost('admin/config/regional/language/detection', $edit, t('Save settings')); $this->drupalPost('admin/config/regional/language/detection', $edit, t('Save settings'));
// Force languages to be initialized.
drupal_language_initialize();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment