You are here

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

Same name in this branch
  1. 4.x tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr\Functional\ViewsTest::modules
  2. 4.x modules/search_api_solr_legacy/tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr_legacy\Functional\ViewsTest::modules

Modules to enable for this test.

Type: string[]

Overrides ViewsTest::$modules

File

modules/search_api_solr_legacy/tests/src/Functional/ViewsTest.php, line 18

Class

ViewsTest
Tests the Views integration of the Search API.

Namespace

Drupal\Tests\search_api_solr_legacy\Functional

Code

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