protected static property SearchQueryAlterTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/search/tests/src/Functional/SearchQueryAlterTest.php \Drupal\Tests\search\Functional\SearchQueryAlterTest::modules
- 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\FunctionalCode
protected static $modules = [
'node',
'search',
'search_query_alter',
];