protected static property ConfigTest::$modules in Style Switcher 3.0.x
Same name in this branch
- 3.0.x tests/src/Functional/ConfigTest.php \Drupal\Tests\styleswitcher\Functional\ConfigTest::modules
- 3.0.x tests/src/Kernel/ConfigTest.php \Drupal\Tests\styleswitcher\Kernel\ConfigTest::modules
Same name and namespace in other branches
- 8.2 tests/src/Functional/ConfigTest.php \Drupal\Tests\styleswitcher\Functional\ConfigTest::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
- tests/
src/ Functional/ ConfigTest.php, line 22
Class
- ConfigTest
- Tests Style Switcher configs.
Namespace
Drupal\Tests\styleswitcher\FunctionalCode
protected static $modules = [
'styleswitcher',
'block',
'dynamic_page_cache',
'page_cache',
];