X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FHttpFoundation%2FSecuredRedirectResponseTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FHttpFoundation%2FSecuredRedirectResponseTest.php;h=17149723af30b4a76ed090202333b83f884e312b;hp=f569c0ac6619477468efad8a6e7978d3f60979f1;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php b/web/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php index f569c0ac6..17149723a 100644 --- a/web/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php +++ b/web/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php @@ -8,7 +8,7 @@ namespace Drupal\Tests\Component\HttpFoundation; use Drupal\Component\HttpFoundation\SecuredRedirectResponse; -use Drupal\Tests\UnitTestCase; +use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Cookie; use Symfony\Component\HttpFoundation\RedirectResponse; @@ -18,7 +18,7 @@ use Symfony\Component\HttpFoundation\RedirectResponse; * @group Routing * @coversDefaultClass \Drupal\Component\HttpFoundation\SecuredRedirectResponse */ -class SecuredRedirectResponseTest extends UnitTestCase { +class SecuredRedirectResponseTest extends TestCase { /** * Test copying of redirect response.