Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Render / PlainTextOutputTest.php
index 244736a61ccc7d388f9fb19afc75f6da91a36702..8e1101eb7bc6ce7e20a7b7737fd638fd657d9544 100644 (file)
@@ -5,13 +5,13 @@ namespace Drupal\Tests\Component\Render;
 use Drupal\Component\Render\PlainTextOutput;
 use Drupal\Component\Utility\SafeMarkup;
 use Drupal\Component\Render\MarkupInterface;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\Render\PlainTextOutput
  * @group Utility
  */
-class PlainTextOutputTest extends UnitTestCase {
+class PlainTextOutputTest extends TestCase {
 
   /**
    * Tests ::renderFromHtml().