diff --git a/tst/TemplateSwitcherTest.php b/tst/TemplateSwitcherTest.php index 482f23a1..16aec6b0 100644 --- a/tst/TemplateSwitcherTest.php +++ b/tst/TemplateSwitcherTest.php @@ -10,7 +10,7 @@ class TemplateSwitcherTest extends TestCase { $conf = new Configuration; - $defaultTemplateFallback = 'bootstrap'; + $defaultTemplateFallback = 'bootstrap5'; $existingTemplateFallback = 'bootstrap-dark'; $wrongBootstrapTemplateFallback = 'bootstrap-wrong'; $wrongTemplateFallback = 'wrong-template'; @@ -38,7 +38,7 @@ class TemplateSwitcherTest extends TestCase public function testGetTemplate() { - $defaultTemplateFallback = 'bootstrap'; + $defaultTemplateFallback = 'bootstrap5'; $customTemplate = 'bootstrap-dark'; $customWrongTemplate = 'bootstrap-wrong';