Skip to content
Snippets Groups Projects
Commit afdf04bc authored by Patrick Radtke's avatar Patrick Radtke
Browse files

Fix authorize test namespace

parent c6ac4bef
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Test for the authorize:Authorize authproc filter. * Test for the authorize:Authorize authproc filter.
*/ */
namespace SimpleSAML\Test\Module\consent\Auth\Process; namespace SimpleSAML\Test\Module\authorize\Auth\Process;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use SimpleSAML\Utils\Attributes; use SimpleSAML\Utils\Attributes;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Subclass authorize filter to make it unit testable. * Subclass authorize filter to make it unit testable.
*/ */
namespace SimpleSAML\Test\Module\consent\Auth\Process; namespace SimpleSAML\Test\Module\authorize\Auth\Process;
use SimpleSAML\Module\authorize\Auth\Process\Authorize; use SimpleSAML\Module\authorize\Auth\Process\Authorize;
......
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