public static property JsBase::$modules in Facets 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/ FunctionalJavascript/ JsBase.php, line 17
Class
- JsBase
- Tests for the JS that transforms widgets into form elements.
Namespace
Drupal\Tests\facets\FunctionalJavascriptCode
public static $modules = [
'views',
'search_api',
'facets',
'facets_search_api_dependency',
'block',
];