From a2370ec9d26402158963900f8220d431e5f017da Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 8 Oct 2022 21:34:59 +0200 Subject: [PATCH] fix tests --- .../Interfaces/DatabaseExchanger/import.tpl.php | 12 ++++++------ Interfaces/GSD/import.tpl.php | 2 +- tests/Bootstrap.php | 3 ++- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php index 4b7b08b..f81773d 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php @@ -81,7 +81,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting;
- +
@@ -317,7 +317,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting;
- +
@@ -327,7 +327,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting;
-
- +
diff --git a/Interfaces/GSD/import.tpl.php b/Interfaces/GSD/import.tpl.php index 18c9a39..e8f2b92 100755 --- a/Interfaces/GSD/import.tpl.php +++ b/Interfaces/GSD/import.tpl.php @@ -86,7 +86,7 @@
- +
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 @@ -