You are here

public static property ExcerptFieldTest::$modules in Search API 8

Modules to enable for this test.

Type: string[]

Overrides SearchApiBrowserTestBase::$modules

File

tests/src/Functional/ExcerptFieldTest.php, line 22

Class

ExcerptFieldTest
Verifies that the "Search excerpt" field in entity displays works correctly.

Namespace

Drupal\Tests\search_api\Functional

Code

public static $modules = [
  'block',
  'language',
  'search_api_test_excerpt_field',
];