From 75c74fc3560ceda4f8c0093407b8154d5cad805b Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Wed, 7 Aug 2019 16:23:29 +0200 Subject: [PATCH] Fix syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm such an ass đź’© --- tests/modules/core/lib/Auth/Process/PHPTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/core/lib/Auth/Process/PHPTest.php b/tests/modules/core/lib/Auth/Process/PHPTest.php index e056989d0..49233682e 100644 --- a/tests/modules/core/lib/Auth/Process/PHPTest.php +++ b/tests/modules/core/lib/Auth/Process/PHPTest.php @@ -149,7 +149,7 @@ class PHPTest extends TestCase 'orig1' => ['value1', 'value2'], 'orig2' => ['value0'], 'orig3' => ['value4'] - ), + ], 'Destination' => [ 'attributes' => ['eduPersonPrincipalName', 'givenName'] ], -- GitLab