Skip to content
Snippets Groups Projects
Commit 4bdcb12b authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #2100303 by Xano, dawehner, pwolanin: Fixed HEAD BROKEN: call to...

Issue #2100303 by Xano, dawehner, pwolanin: Fixed HEAD BROKEN: call to undefined function in ViewEditTest.php.
parent 8dd8210d
Branches
Tags
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
......@@ -59,7 +59,7 @@ public function testEditFormOtherOptions() {
$this->assertResponse(200);
$this->assertText(t("You don't have translatable entity types."));
// A node view should have language options.
module_enable(array('node', 'language'));
$this->container->get('module_handler')->install(array('node', 'language'));
$this->resetAll();
$this->rebuildContainer();
entity_info_cache_clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment