Skip to content
Snippets Groups Projects
Commit bdafa44d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2380605 by emma.maria, lauriii: Bartik layout broken

parent bbb4de91
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -99,13 +99,13 @@ public function testChanges() {
$active_theme = $this->themeManager->getActiveTheme();
// Make sure we are not testing the wrong theme.
$this->assertEqual('test_theme', $active_theme->getName());
$this->assertEqual([], $active_theme->getLibraries());
$this->assertEqual(['classy/base'], $active_theme->getLibraries());
// @see theme_test_system_info_alter()
$this->state->set('theme_test.modify_info_files', TRUE);
drupal_flush_all_caches();
$active_theme = $this->themeManager->getActiveTheme();
$this->assertEqual(['core/backbone'], $active_theme->getLibraries());
$this->assertEqual(['classy/base', 'core/backbone'], $active_theme->getLibraries());
}
}
......@@ -5,6 +5,5 @@ package: Core
version: VERSION
core: 8.x
stylesheets:
all:
- css/layout.css
libraries:
- classy/base
base:
version: VERSION
css:
theme:
css/layout.css: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment