You are here

protected static property SearchQueryAlterTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/search/tests/src/Functional/SearchQueryAlterTest.php \Drupal\Tests\search\Functional\SearchQueryAlterTest::modules
  2. 9 core/modules/search/tests/src/Functional/SearchQueryAlterTest.php \Drupal\Tests\search\Functional\SearchQueryAlterTest::modules

File

core/modules/search/tests/src/Functional/SearchQueryAlterTest.php, line 17

Class

SearchQueryAlterTest
Tests that the node search query can be altered via the query alter hook.

Namespace

Drupal\Tests\search\Functional

Code

protected static $modules = [
  'node',
  'search',
  'search_query_alter',
];