You are here

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

Modules to enable for this test.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Server/ServerStorageTest.php, line 24

Class

ServerStorageTest
Tests whether the storage of search servers works correctly.

Namespace

Drupal\Tests\search_api\Kernel\Server

Code

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