349c349 < index 0000000..8d749b6 --- > index 0000000..86a34d7 352c352 < @@ -0,0 +1,64 @@ --- > @@ -0,0 +1,73 @@ 376c376 < + protected function setUp() { --- > + protected function setDatabaseDumpFiles() { 380a381,386 > + } > + > + /** > + * {@inheritdoc} > + */ > + protected function setUp() { 381a388,390 > + /** @var \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler */ > + $theme_handler = \Drupal::service('theme_handler'); > + $theme_handler->refreshInfo(); 525c534 < index 865e101..cef2e47 100644 --- > index c12a2d4..f077504 100644 528c537 < @@ -1068,10 +1068,7 @@ function system_rebuild_module_data() { --- > @@ -1063,10 +1063,7 @@ function system_rebuild_module_data() { 753c762 < index 4f83a9e..54484c1 100644 --- > index 1b82230..edef889 100644 756c765 < @@ -41,9 +41,6 @@ function bartik_preprocess_html(&$variables) { --- > @@ -40,9 +40,6 @@ function bartik_preprocess_html(&$variables) { 766c775 < @@ -76,9 +73,6 @@ function bartik_preprocess_maintenance_page(&$variables) { --- > @@ -75,9 +72,6 @@ function bartik_preprocess_maintenance_page(&$variables) { 776c785 < @@ -108,23 +102,3 @@ function bartik_preprocess_block(&$variables) { --- > @@ -107,23 +101,3 @@ function bartik_preprocess_block(&$variables) { 792c801 < - $variables['site_name'] = SafeMarkup::checkPlain($site_config->get('name')); --- > - $variables['site_name'] = $site_config->get('name');