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

Fix namespace

parent 681fa911
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace SimpleSAML\Controller;
namespace SimpleSAML\Module\saml\Controller;
use Exception;
use SimpleSAML\Configuration;
......
......@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace SimpleSAML\Controller;
namespace SimpleSAML\Module\saml\Controller;
use SAML2\Exception\Protocol\UnsupportedBindingException;
use SimpleSAML\Assert\Assert;
......
......@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace SimpleSAML\Controller;
namespace SimpleSAML\Module\saml\Controller;
use SAML2\Exception\Protocol\UnsupportedBindingException;
use SAML2\ArtifactResolve;
......
......@@ -27,6 +27,9 @@ class MetadataTest extends TestCase
/** @var \SimpleSAML\Session */
protected Session $session;
/** @var \SimpleSAML\Utils\Auth */
protected Utils\Auth $authUtils;
/**
* Set up for each test.
......
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