You are here

protected static property SearchBlockTest::$modules in Drupal 10

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

File

core/modules/search/tests/src/Functional/SearchBlockTest.php, line 18

Class

SearchBlockTest
Tests if the search form block is available.

Namespace

Drupal\Tests\search\Functional

Code

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