Modules to enable.
Type: array
Overrides SearchTestBase::$modules
File
- drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php, line 29
- Definition of Drupal\search\Tests\SearchCommentCountToggleTest.
Class
- SearchCommentCountToggleTest
- Tests that comment count display toggles properly on comment status of node
Namespace
Drupal\search\Tests
Code
public static $modules = array(
'comment',
);