You are here

public static property IntegrationTest::$modules in Search API Saved Searches 8

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

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

Class

IntegrationTest
Tests overall functionality of the module.

Namespace

Drupal\Tests\search_api_saved_searches\Functional

Code

public static $modules = [
  'block',
  'field_ui',
  // @todo Remove "rest" dependency once we depend on Search API 1.8. See
  //   #2953267.
  'rest',
  'search_api_saved_searches',
  'search_api_test_views',
];