From ca9d055ff6479f042966b6e89cbcb0e9eb89e3ef Mon Sep 17 00:00:00 2001
From: vrioux <vrioux@ctech.ca>
Date: Wed, 28 Sep 2016 13:25:43 -0400
Subject: [PATCH] second try at tests

---
 tests/modules/consent/lib/Auth/Process/ConsentTest.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/modules/consent/lib/Auth/Process/ConsentTest.php b/tests/modules/consent/lib/Auth/Process/ConsentTest.php
index fdc0accd9..ff34dcf77 100644
--- a/tests/modules/consent/lib/Auth/Process/ConsentTest.php
+++ b/tests/modules/consent/lib/Auth/Process/ConsentTest.php
@@ -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;
-- 
GitLab