Bläddra i källkod

Fix bootstrap template fallback in unit tests

Ribas160 1 år sedan
förälder
incheckning
273b11e1b4
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      tst/TemplateSwitcherTest.php

+ 2 - 2
tst/TemplateSwitcherTest.php

@@ -10,7 +10,7 @@ class TemplateSwitcherTest extends TestCase
     {
     {
         $conf = new Configuration;
         $conf = new Configuration;
 
 
-        $defaultTemplateFallback        = 'bootstrap';
+        $defaultTemplateFallback        = 'bootstrap5';
         $existingTemplateFallback       = 'bootstrap-dark';
         $existingTemplateFallback       = 'bootstrap-dark';
         $wrongBootstrapTemplateFallback = 'bootstrap-wrong';
         $wrongBootstrapTemplateFallback = 'bootstrap-wrong';
         $wrongTemplateFallback          = 'wrong-template';
         $wrongTemplateFallback          = 'wrong-template';
@@ -38,7 +38,7 @@ class TemplateSwitcherTest extends TestCase
 
 
     public function testGetTemplate()
     public function testGetTemplate()
     {
     {
-        $defaultTemplateFallback = 'bootstrap';
+        $defaultTemplateFallback = 'bootstrap5';
         $customTemplate          = 'bootstrap-dark';
         $customTemplate          = 'bootstrap-dark';
         $customWrongTemplate     = 'bootstrap-wrong';
         $customWrongTemplate     = 'bootstrap-wrong';