public static property CacheabilityTest::$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/ CacheabilityTest.php, line 18
Class
- CacheabilityTest
- Tests that this module provides correct cache metadata.
Namespace
Drupal\Tests\search_api_saved_searches\FunctionalCode
public static $modules = [
'block',
// @todo Remove "rest" dependency once we depend on Search API 1.8. See
// #2953267.
'rest',
'search_api_saved_searches',
'search_api_test_views',
];