You are here

public static property SolrLegacyTest::$modules in Search API Solr 4.x

Modules to enable for this test.

Type: string[]

Overrides SearchApiSolrTest::$modules

File

modules/search_api_solr_legacy/tests/src/Kernel/SolrLegacyTest.php, line 20

Class

SolrLegacyTest
Tests index and search capabilities using the Solr search backend.

Namespace

Drupal\Tests\search_api_solr_legacy\Kernel

Code

public static $modules = [
  'search_api_solr_legacy',
  'search_api_solr_legacy_test',
];