Skip to content
Snippets Groups Projects
Commit e36b2f2c authored by catch's avatar catch
Browse files

Issue #2342807 by Lendude, znerol, Kristen Pol: DisplayPathTest methods enable...

Issue #2342807 by Lendude, znerol, Kristen Pol: DisplayPathTest methods enable menu_ui module when it is already enabled
parent 622c5afa
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!16Draft: Resolve #2081585 "History storage"
......@@ -125,7 +125,6 @@ public function testDeleteWithNoPath() {
* Tests the menu and tab option form.
*/
public function testMenuOptions() {
$this->container->get('module_installer')->install(['menu_ui']);
$this->drupalGet('admin/structure/views/view/test_view');
// Add a new page display.
......@@ -192,7 +191,8 @@ public function testMenuOptions() {
* Tests the regression in https://www.drupal.org/node/2532490.
*/
public function testDefaultMenuTabRegression() {
$this->container->get('module_installer')->install(['menu_ui', 'menu_link_content', 'toolbar', 'system']);
$this->container->get('module_installer')->install(['menu_link_content', 'toolbar', 'system']);
$this->resetAll();
$admin_user = $this->drupalCreateUser([
'administer views',
'administer blocks',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment