Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / HttpFoundation / SecuredRedirectResponseTest.php
index f569c0ac6619477468efad8a6e7978d3f60979f1..17149723af30b4a76ed090202333b83f884e312b 100644 (file)
@@ -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.