You are here

protected static property SearchRankingTest::$modules in Drupal 10

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

File

core/modules/search/tests/src/Functional/SearchRankingTest.php, line 36

Class

SearchRankingTest
Indexes content and tests ranking factors.

Namespace

Drupal\Tests\search\Functional

Code

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