Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Render / HtmlEscapedTextTest.php
index c064e2c2a078d7b61a986933179c6a13920836a1..5fc3902f0fac5fa6e2f42883b01994256447f411 100644 (file)
@@ -4,7 +4,7 @@ namespace Drupal\Tests\Component\Render;
 
 use Drupal\Component\Render\HtmlEscapedText;
 use Drupal\Component\Render\MarkupInterface;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * Tests the HtmlEscapedText class.
@@ -12,7 +12,7 @@ use Drupal\Tests\UnitTestCase;
  * @coversDefaultClass \Drupal\Component\Render\HtmlEscapedText
  * @group utility
  */
-class HtmlEscapedTextTest extends UnitTestCase {
+class HtmlEscapedTextTest extends TestCase {
 
   /**
    * @covers ::__toString