function DefaultConfigTest::testThemeConfig

Same name in other branches
  1. 9 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::testThemeConfig()
  2. 10 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::testThemeConfig()

Tests if installed config is equal to the exported config.

@dataProvider themeListDataProvider

File

core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php, line 63

Class

DefaultConfigTest
Tests that the installed config matches the default config.

Namespace

Drupal\KernelTests\Config

Code

public function testThemeConfig($theme) : void {
    $this->assertExtensionConfig($theme, 'theme');
}

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