From 8361f0e283368458f36fca75b4551359891fe68d Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 23 May 2022 23:27:46 +0200 Subject: [PATCH] Fix use-statements --- tests/modules/saml/lib/Controller/DiscoTest.php | 2 +- tests/modules/saml/lib/Controller/ProxyTest.php | 2 +- tests/modules/saml/lib/Controller/ServiceProviderTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/modules/saml/lib/Controller/DiscoTest.php b/tests/modules/saml/lib/Controller/DiscoTest.php index a5311d3f8..4f60b3512 100644 --- a/tests/modules/saml/lib/Controller/DiscoTest.php +++ b/tests/modules/saml/lib/Controller/DiscoTest.php @@ -6,7 +6,7 @@ namespace SimpleSAML\Test\Module\saml\Controller; use PHPUnit\Framework\TestCase; use SimpleSAML\Configuration; -use SimpleSAML\Http\RunnableResponse; +use SimpleSAML\HTTP\RunnableResponse; use SimpleSAML\Module\saml\Controller; use Symfony\Component\HttpFoundation\Request; diff --git a/tests/modules/saml/lib/Controller/ProxyTest.php b/tests/modules/saml/lib/Controller/ProxyTest.php index 7ebfdf4ad..66a595906 100644 --- a/tests/modules/saml/lib/Controller/ProxyTest.php +++ b/tests/modules/saml/lib/Controller/ProxyTest.php @@ -8,7 +8,7 @@ use PHPUnit\Framework\TestCase; use SimpleSAML\Auth; use SimpleSAML\Configuration; use SimpleSAML\Error; -use SimpleSAML\Http\RunnableResponse; +use SimpleSAML\HTTP\RunnableResponse; use SimpleSAML\Module\saml\Controller; use SimpleSAML\Module\saml\Error\NoAvailableIDP; use SimpleSAML\XHTML\Template; diff --git a/tests/modules/saml/lib/Controller/ServiceProviderTest.php b/tests/modules/saml/lib/Controller/ServiceProviderTest.php index dd9b130f3..d31deab11 100644 --- a/tests/modules/saml/lib/Controller/ServiceProviderTest.php +++ b/tests/modules/saml/lib/Controller/ServiceProviderTest.php @@ -9,7 +9,7 @@ use PHPUnit\Framework\TestCase; use SimpleSAML\Auth; use SimpleSAML\Configuration; use SimpleSAML\Error; -use SimpleSAML\Http\RunnableResponse; +use SimpleSAML\HTTP\RunnableResponse; use SimpleSAML\Module\saml\Controller; use SimpleSAML\Session; use SimpleSAML\Utils; -- GitLab