You are here

public static property SearchCommentCountToggleTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/search/src/Tests/SearchCommentCountToggleTest.php \Drupal\search\Tests\SearchCommentCountToggleTest::modules

Modules to enable.

Type: array

Overrides SearchTestBase::$modules

File

core/modules/search/src/Tests/SearchCommentCountToggleTest.php, line 34
Contains \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(
  'node',
  'comment',
);