You are here

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

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

Overrides IntegrationTest::$modules

File

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

Class

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

Namespace

Drupal\Tests\search_api_solr_legacy\Functional

Code

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