From 1f06f98acdbf00ec5261bf4e2a2895e6f966c8a5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 8 Oct 2022 21:34:59 +0200 Subject: [PATCH] fix tests --- Theme/Backend/draw-create.tpl.php | 4 ++-- Theme/Backend/draw-single.tpl.php | 4 ++-- tests/Bootstrap.php | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/draw-create.tpl.php b/Theme/Backend/draw-create.tpl.php index 7cc1ae7..a28aff4 100755 --- a/Theme/Backend/draw-create.tpl.php +++ b/Theme/Backend/draw-create.tpl.php @@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
-
+
@@ -89,7 +89,7 @@ echo $this->getData('nav')->render(); ?>
-
diff --git a/Theme/Backend/draw-single.tpl.php b/Theme/Backend/draw-single.tpl.php index dcd7669..ec4b9e4 100755 --- a/Theme/Backend/draw-single.tpl.php +++ b/Theme/Backend/draw-single.tpl.php @@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
-
+
@@ -91,7 +91,7 @@ echo $this->getData('nav')->render(); ?>
-
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 252a62f..d46fd31 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,4 +1,5 @@ -