From ba7326b4ceaa34e36d85464a76676a0a9a36f553 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 4 May 2021 17:36:32 +0200 Subject: [PATCH] Add new checkbox to AdminTest Signed-off-by: Lukas Reschke --- tests/unit/Settings/AdminTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/Settings/AdminTest.php b/tests/unit/Settings/AdminTest.php index 2331169..7a97eb8 100644 --- a/tests/unit/Settings/AdminTest.php +++ b/tests/unit/Settings/AdminTest.php @@ -83,7 +83,8 @@ class AdminTest extends \Test\TestCase { 'signatureAlgorithm' => [ 'type' => 'line', 'text' => 'Algorithm that the toolkit will use on signing process.' - ] + ], + 'sloWebServerDecode' => 'Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests.', ]; $generalSettings = [ 'idp0_display_name' => [