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
// Enable multilingual workflow option for articles.
variable_set('node_type_language_article',1);
...
...
@@ -1632,7 +1632,7 @@ class LocaleUninstallFunctionalTest extends WebTestBase {
// Check the init language logic.
drupal_language_initialize();
$this->assertEqual($GLOBALS['language_interface']->langcode,'en',t('Language after uninstall: %lang',array('%lang'=>$GLOBALS['language_interface']->langcode)));
$this->assertEqual(drupal_container()->get(LANGUAGE_TYPE_INTERFACE)->langcode,'en',t('Language after uninstall: %lang',array('%lang'=>drupal_container()->get(LANGUAGE_TYPE_INTERFACE)->langcode)));