From 767064dcbcf485a65da81ce0bd26cdd0c734217f 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/projectmanagement-create.tpl.php | 2 +- Theme/Backend/projectmanagement-profile.tpl.php | 2 +- tests/Bootstrap.php | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/projectmanagement-create.tpl.php b/Theme/Backend/projectmanagement-create.tpl.php index 491a448..f739c58 100755 --- a/Theme/Backend/projectmanagement-create.tpl.php +++ b/Theme/Backend/projectmanagement-create.tpl.php @@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/projectmanagement-profile.tpl.php b/Theme/Backend/projectmanagement-profile.tpl.php index 256c26f..e25ff11 100755 --- a/Theme/Backend/projectmanagement-profile.tpl.php +++ b/Theme/Backend/projectmanagement-profile.tpl.php @@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?> getProgressType() !== \Modules\ProjectManagement\Models\ProgressType::MANUAL ? ' disabled' : ''; ?>> - + 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 @@ -