You are here

public static property SearchExcerptTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/search/src/Tests/SearchExcerptTest.php, line 24
Contains \Drupal\search\Tests\SearchExcerptTest.

Class

SearchExcerptTest
Tests the search_excerpt() function.

Namespace

Drupal\search\Tests

Code

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