aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front
diff options
context:
space:
mode:
Diffstat (limited to 'tests/front')
-rw-r--r--tests/front/controller/admin/PluginsControllerTest.php2
-rw-r--r--tests/front/controller/visitor/InstallControllerTest.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/front/controller/admin/PluginsControllerTest.php b/tests/front/controller/admin/PluginsControllerTest.php
index 700a0df2..ad0cda70 100644
--- a/tests/front/controller/admin/PluginsControllerTest.php
+++ b/tests/front/controller/admin/PluginsControllerTest.php
@@ -162,7 +162,7 @@ class PluginsControllerTest extends TestCase
162 ->method('setSessionParameter') 162 ->method('setSessionParameter')
163 ->with( 163 ->with(
164 SessionManager::KEY_ERROR_MESSAGES, 164 SessionManager::KEY_ERROR_MESSAGES,
165 ['ERROR while saving plugin configuration: ' . PHP_EOL . $message] 165 ['Error while saving plugin configuration: ' . PHP_EOL . $message]
166 ) 166 )
167 ; 167 ;
168 168
diff --git a/tests/front/controller/visitor/InstallControllerTest.php b/tests/front/controller/visitor/InstallControllerTest.php
index 6871fdd9..29c4d7a0 100644
--- a/tests/front/controller/visitor/InstallControllerTest.php
+++ b/tests/front/controller/visitor/InstallControllerTest.php
@@ -189,6 +189,7 @@ class InstallControllerTest extends TestCase
189 'updates.check_updates' => true, 189 'updates.check_updates' => true,
190 'api.enabled' => true, 190 'api.enabled' => true,
191 'api.secret' => '_NOT_EMPTY', 191 'api.secret' => '_NOT_EMPTY',
192 'general.header_link' => '/subfolder',
192 ]; 193 ];
193 194
194 $request = $this->createMock(Request::class); 195 $request = $this->createMock(Request::class);