public static property SearchExcerptTest::$modules

Modules to enable.

Type: array

File

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

Class

SearchExcerptTest
Tests the search_excerpt() function.

Namespace

Drupal\search\Tests

Code

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