From c6487b4ecacc2e5b2c5a76bdd9105acdad23865c Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Tue, 1 Oct 2019 11:27:37 +0200
Subject: [PATCH] Fix testcase

A dot or a comma is quite a difference!
---
 tests/lib/SimpleSAML/ConfigurationTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/SimpleSAML/ConfigurationTest.php b/tests/lib/SimpleSAML/ConfigurationTest.php
index 2ffa31d74..7ee701055 100644
--- a/tests/lib/SimpleSAML/ConfigurationTest.php
+++ b/tests/lib/SimpleSAML/ConfigurationTest.php
@@ -764,7 +764,7 @@ class ConfigurationTest extends \SimpleSAML\Test\Utils\ClearStateTestCase
             \SAML2\Constants::BINDING_HTTP_POST,
             \SAML2\Constants::BINDING_HTTP_REDIRECT,
             \SAML2\Constants::BINDING_HOK_SSO,
-            \SAML2\Constants::BINDING_HTTP_ARTIFACT.
+            \SAML2\Constants::BINDING_HTTP_ARTIFACT,
             \SAML2\Constants::BINDING_SOAP,
         ];
 
-- 
GitLab