You are here

protected static property SearchExactTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/search/tests/src/Functional/SearchExactTest.php \Drupal\Tests\search\Functional\SearchExactTest::modules
  2. 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\Functional

Code

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