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

Remove unused variable

parent ac3757de
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,6 @@ class Test_Core_Auth_Process_CardinalitySingleTest extends \PHPUnit_Framework_Te ...@@ -136,6 +136,6 @@ class Test_Core_Auth_Process_CardinalitySingleTest extends \PHPUnit_Framework_Te
'eduPersonPrincipalName' => array('joe@example.com', 'bob@example.net'), 'eduPersonPrincipalName' => array('joe@example.com', 'bob@example.net'),
), ),
); );
$result = self::processFilter($config, $request); self::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