You are here

protected static property SearchMatchTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/search/tests/src/Kernel/SearchMatchTest.php \Drupal\Tests\search\Kernel\SearchMatchTest::modules
  2. 10 core/modules/search/tests/src/Kernel/SearchMatchTest.php \Drupal\Tests\search\Kernel\SearchMatchTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/search/tests/src/Kernel/SearchMatchTest.php, line 29

Class

SearchMatchTest
Indexes content and queries it.

Namespace

Drupal\Tests\search\Kernel

Code

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