You are here

public static property IntegrationTest::$modules in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::modules
  2. 8 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::modules
  3. 4.x tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::modules

Modules to enable for this test.

Type: string[]

Overrides IntegrationTest::$modules

File

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

Class

IntegrationTest
Tests the overall functionality of the Search API framework and admin UI.

Namespace

Drupal\Tests\search_api_solr\Functional

Code

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