function ConfigImportThemeInstallTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/tests/ Drupal/ KernelTests/ Core/ Theme/ ConfigImportThemeInstallTest.php, line 25 
Class
- ConfigImportThemeInstallTest
- Tests installing and uninstalling of themes via configuration import.
Namespace
Drupal\KernelTests\Core\ThemeCode
protected function setUp() : void {
  parent::setUp();
  $this->installConfig([
    'system',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
