You are here

protected static property SearchCommentCountToggleTest::$modules in Drupal 10

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

File

core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php, line 28

Class

SearchCommentCountToggleTest
Tests that comment count display toggles properly on comment status of node.

Namespace

Drupal\Tests\search\Functional

Code

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