You are here

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

Modules to enable for this test.

Type: string[]

Overrides SearchApiBrowserTestBase::$modules

File

tests/src/Functional/ViewsTest.php, line 34

Class

ViewsTest
Tests the Views integration of the Search API.

Namespace

Drupal\Tests\search_api\Functional

Code

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