You are here

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

Modules to enable for this test.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Server/ServerTaskTest.php, line 47

Class

ServerTaskTest
Tests whether the server task system works correctly.

Namespace

Drupal\Tests\search_api\Kernel\Server

Code

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