Skip to content
Snippets Groups Projects
Commit 77ec775c authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix namespace

parent 39c4e401
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace SimpleSAML\Test\Utils;
namespace SimpleSAML\Test;
use PHPUnit\Framework\TestCase;
use SimpleSAML\TestUtils\ClearStateTestCase;
......
......@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace SimpleSAML\Test\Utils;
namespace SimpleSAML\Test;
use PHPUnit\Framework\TestCase;
use SimpleSAML\TestUtils\ClearStateTestCase;
......
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