Issue #2380605 by emma.maria, lauriii: Bartik layout broken
parent
bbb4de91bc
commit
bdafa44dbd
|
@ -99,13 +99,13 @@ class ThemeInfoTest extends WebTestBase {
|
|||
$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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
base:
|
||||
version: VERSION
|
||||
css:
|
||||
theme:
|
||||
css/layout.css: {}
|
Loading…
Reference in New Issue