SearchCommentCountToggleTest::$modules

Type: modules

Overrides BrowserTestBase::$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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.