Skip to content
Snippets Groups Projects
Commit ca9d055f authored by vrioux's avatar vrioux
Browse files

second try at tests

parent d9a27ebb
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,11 @@
* @package SimpleSAMLphp
*/
namespace SimpleSAML\Test\Module\consent\Auth\Process;
// Consent module has no namespace yet. We should add it and then add it here also
//namespace SimpleSAML\Test\Module\consent\Auth\Process;
class ProcessTest extends \PHPUnit_Framework_TestCase
class ConsentTest extends \PHPUnit_Framework_TestCase
{
/*
......@@ -21,7 +22,6 @@ class ProcessTest extends \PHPUnit_Framework_TestCase
*/
private function processFilter(array $config, array $request)
{
//$filter = new \SimpleSAML\Module\saml\consent\Process\FilterScopes($config, null);
$filter = new sspmod_consent_Auth_Process_Consent($config, null);
$filter->process($request);
return $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