Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 9fbcf63b authored by drishu's avatar drishu Committed by escuriola
Browse files

OEL-486: Improve multilingual block test.

parent 67d837e2
No related branches found
No related tags found
2 merge requests!135Update EPIC-1293-Project,!89OEL-486: Improve test coverage
...@@ -39,11 +39,10 @@ class MultilingualBlockTest extends KernelTestBase { ...@@ -39,11 +39,10 @@ class MultilingualBlockTest extends KernelTestBase {
*/ */
protected function setUp(): void { protected function setUp(): void {
parent::setUp(); parent::setUp();
/** @var \Drupal\Core\Extension\ThemeInstallerInterface $theme_installer */
\Drupal::service('theme_installer')->install(['oe_whitelabel']); \Drupal::service('theme_installer')->install(['oe_whitelabel']);
\Drupal::configFactory() $this->config('system.theme')
->getEditable('system.theme')
->set('default', 'oe_whitelabel') ->set('default', 'oe_whitelabel')
->save(); ->save();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment