From 32dc1bf330f1bd11b736e536a872499628a495be Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Wed, 7 Aug 2019 16:27:12 +0200
Subject: [PATCH] Fix syntax

Ass^2
---
 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 49233682e..cba7b818f 100644
--- a/tests/modules/core/lib/Auth/Process/PHPTest.php
+++ b/tests/modules/core/lib/Auth/Process/PHPTest.php
@@ -154,7 +154,7 @@ class PHPTest extends TestCase
                 'attributes' => ['eduPersonPrincipalName', 'givenName']
             ],
             'newKey' => ['newValue']
-        );
+        ];
 
         $this->assertEquals($expected, $this->processFilter($config, $request));
     }
-- 
GitLab