public static property IntegrationTest::$modules in Search API 8
Same name in this branch
- 8 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api\Functional\IntegrationTest::modules
- 8 modules/search_api_db/tests/src/FunctionalJavascript/IntegrationTest.php \Drupal\Tests\search_api_db\FunctionalJavascript\IntegrationTest::modules
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
- modules/
search_api_db/ tests/ src/ FunctionalJavascript/ IntegrationTest.php, line 17
Class
- IntegrationTest
- Tests that using the DB backend via the UI works as expected.
Namespace
Drupal\Tests\search_api_db\FunctionalJavascriptCode
public static $modules = [
'search_api',
'search_api_db',
];