You are here

protected static property SearchIndexTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/search/tests/src/Kernel/SearchIndexTest.php, line 19

Class

SearchIndexTest
Tests the service "search.index".

Namespace

Drupal\Tests\search\Kernel

Code

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