Skip to content
Snippets Groups Projects
Unverified Commit 32dc1bf3 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix syntax

Ass^2
parent 75c74fc3
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ class PHPTest extends TestCase ...@@ -154,7 +154,7 @@ class PHPTest extends TestCase
'attributes' => ['eduPersonPrincipalName', 'givenName'] 'attributes' => ['eduPersonPrincipalName', 'givenName']
], ],
'newKey' => ['newValue'] 'newKey' => ['newValue']
); ];
$this->assertEquals($expected, $this->processFilter($config, $request)); $this->assertEquals($expected, $this->processFilter($config, $request));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment