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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.