You are here

protected static property IndexResourceTest::$modules in JSON:API Search API 8

Modules to enable for this test.

Type: string[]

Overrides BrowserTestBase::$modules

File

tests/src/Functional/IndexResourceTest.php, line 33

Class

IndexResourceTest
Tests index resource..

Namespace

Drupal\Tests\jsonapi_search_api\Functional

Code

protected static $modules = [
  'node',
  'entity_test',
  'search_api',
  'search_api_test_db',
  'jsonapi_search_api',
];