You are here

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

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

Modules to enable.

Type: array

Overrides SearchTestBase::$modules

File

core/modules/search/src/Tests/SearchCommentTest.php, line 29
Contains \Drupal\search\Tests\SearchCommentTest.

Class

SearchCommentTest
Tests integration searching comments.

Namespace

Drupal\search\Tests

Code

public static $modules = array(
  'filter',
  'node',
  'comment',
);