public function DefaultConfigTest::testThemeConfig in Drupal 10
Same name and namespace in other branches
- 9 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 60
Class
- DefaultConfigTest
- Tests that the installed config matches the default config.
Namespace
Drupal\KernelTests\ConfigCode
public function testThemeConfig($theme) {
$this
->assertExtensionConfig($theme, 'theme');
}