You are here

protected static property ConfigTest::$modules in Style Switcher 3.0.x

Same name in this branch
  1. 3.0.x tests/src/Functional/ConfigTest.php \Drupal\Tests\styleswitcher\Functional\ConfigTest::modules
  2. 3.0.x tests/src/Kernel/ConfigTest.php \Drupal\Tests\styleswitcher\Kernel\ConfigTest::modules
Same name and namespace in other branches
  1. 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\Functional

Code

protected static $modules = [
  'styleswitcher',
  'block',
  'dynamic_page_cache',
  'page_cache',
];