You are here

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

Modules to enable for this test.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Index/IndexStorageTest.php, line 21

Class

IndexStorageTest
Tests whether the storage of search indexes works correctly.

Namespace

Drupal\Tests\search_api\Kernel\Index

Code

public static $modules = [
  'search_api',
  'user',
  'system',
];