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
Same name and namespace in other branches
  1. 8.3 tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr\Functional\ViewsTest::modules
  2. 8 tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr\Functional\ViewsTest::modules
  3. 8.2 tests/src/Functional/ViewsTest.php \Drupal\Tests\search_api_solr\Functional\ViewsTest::modules

Modules to enable for this test.

Type: string[]

File

tests/src/Functional/ViewsTest.php, line 26

Class

ViewsTest
Tests the Views integration of the Search API.

Namespace

Drupal\Tests\search_api_solr\Functional

Code

public static $modules = [
  'search_api_solr_test',
];