You are here

protected static property SearchCommentTest::$modules in Drupal 10

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

File

core/modules/search/tests/src/Functional/SearchCommentTest.php, line 27

Class

SearchCommentTest
Tests integration searching comments.

Namespace

Drupal\Tests\search\Functional

Code

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