Skip to content

Commit

Permalink
OPENEUROPA-2025: Install schema on test.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza committed Jul 1, 2019
1 parent 4115091 commit f4695ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Kernel/BlockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class BlockTest extends EntityKernelTestBase {
'image',
'breakpoint',
'responsive_image',
'oe_theme_helper',
];

/**
Expand All @@ -50,6 +51,7 @@ protected function setUp() {

$this->container->get('theme_installer')->install(['oe_theme']);
$this->container->get('theme_handler')->setDefault('oe_theme');
$this->installSchema('oe_theme_helper', 'retina_image_scale');
$this->container->set('theme.registry', NULL);

}
Expand Down

0 comments on commit f4695ba

Please sign in to comment.