You are here

protected property DefaultConfigTest::$themes in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php \Drupal\KernelTests\Core\Config\DefaultConfigTest::themes

Themes which provide default configuration and need enabling.

If a theme provides default configuration but does not have a schema because it can rely on schemas added by system_config_schema_info_alter() then this test needs to enable it.

Type: array

File

core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php, line 37

Class

DefaultConfigTest
Tests that default configuration provided by all modules matches schema.

Namespace

Drupal\KernelTests\Core\Config

Code

protected $themes = [
  'seven',
];