You are here

protected property DefaultConfigTest::$themes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/src/Tests/DefaultConfigTest.php \Drupal\config\Tests\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/modules/config/src/Tests/DefaultConfigTest.php, line 43
Contains \Drupal\config\Tests\DefaultConfigTest.

Class

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

Namespace

Drupal\config\Tests

Code

protected $themes = [
  'seven',
];