From d0a20b4b53ad850c5b54d10b8c29b38bf0af8e3d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 8 Oct 2022 21:35:00 +0200 Subject: [PATCH] fix tests --- Theme/Backend/risk-create.tpl.php | 10 +++++----- Theme/Backend/risk-single.tpl.php | 8 ++++---- tests/Bootstrap.php | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Theme/Backend/risk-create.tpl.php b/Theme/Backend/risk-create.tpl.php index 67b8345..69f40cd 100755 --- a/Theme/Backend/risk-create.tpl.php +++ b/Theme/Backend/risk-create.tpl.php @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -128,7 +128,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -169,7 +169,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -214,7 +214,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -276,7 +276,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/risk-single.tpl.php b/Theme/Backend/risk-single.tpl.php index 597db01..e6053d5 100755 --- a/Theme/Backend/risk-single.tpl.php +++ b/Theme/Backend/risk-single.tpl.php @@ -119,7 +119,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -160,7 +160,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -205,7 +205,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -267,7 +267,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 @@ -