diff --git a/tests/modules/core/lib/Auth/Process/PHPTest.php b/tests/modules/core/lib/Auth/Process/PHPTest.php
index 49233682ea6042f8819ab795326923bc1b6393e9..cba7b818fc2925575bfb4f7ef0a7c795d264fc28 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));
     }