protected static property SearchExactTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/search/tests/src/Functional/SearchExactTest.php \Drupal\Tests\search\Functional\SearchExactTest::modules
- 9 core/modules/search/tests/src/Functional/SearchExactTest.php \Drupal\Tests\search\Functional\SearchExactTest::modules
File
- core/
modules/ search/ tests/ src/ Functional/ SearchExactTest.php, line 17
Class
- SearchExactTest
- Tests that searching for a phrase gets the correct page count.
Namespace
Drupal\Tests\search\FunctionalCode
protected static $modules = [
'node',
'search',
];