Skip to content
Snippets Groups Projects
Commit b3ce6ea2 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2178205 by InternetDevels: Delete obsolete config key active_plugins from search module.

parent 98e3ece3
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
......@@ -35,7 +35,6 @@ function setUp() {
// Login with sufficient privileges.
$this->drupalLogin($this->searching_user);
// Test with all search modules enabled.
\Drupal::config('search.settings')->set('active_plugins', array('node_search', 'user_search', 'search_extra_type_search'))->save();
\Drupal::state()->set('menu_rebuild_needed', TRUE);
}
......
......@@ -37,7 +37,6 @@ function setUp() {
$this->drupalLogin($this->search_user);
// Enable the extra type module for searching.
\Drupal::config('search.settings')->set('active_plugins', array('node_search', 'user_search', 'search_extra_type_search'))->save();
\Drupal::service('router.builder')->rebuild();
}
......
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