public static property SearchCommentTest::$modules

Modules to enable.

Type: array

Overrides SearchTestBase::$modules

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php, line 22
Definition of Drupal\search\Tests\SearchCommentTest.

Class

SearchCommentTest
Test integration searching comments.

Namespace

Drupal\search\Tests

Code

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