Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Theme / TwigWhiteListTest.php
index f0bbb82a86e6b187f0a02bb4258210422abc7995..7af10f59461b5bcb78106d25315ec5611cfe09ae 100644 (file)
@@ -42,6 +42,7 @@ class TwigWhiteListTest extends KernelTestBase {
    */
   protected function setUp() {
     parent::setUp();
+    \Drupal::service('theme_handler')->install(['test_theme']);
     $this->installSchema('system', ['sequences']);
     $this->installEntitySchema('node');
     $this->installEntitySchema('user');