Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Render / FormattableMarkupTest.php
index 5d4cad944c1529c053922f9335f7519d88408d3b..27445b151b2ec8df61424bba7ac5586caf7d15d1 100644 (file)
@@ -3,7 +3,7 @@
 namespace Drupal\Tests\Component\Render;
 
 use Drupal\Component\Render\FormattableMarkup;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * Tests the TranslatableMarkup class.
@@ -11,7 +11,7 @@ use Drupal\Tests\UnitTestCase;
  * @coversDefaultClass \Drupal\Component\Render\FormattableMarkup
  * @group utility
  */
-class FormattableMarkupTest extends UnitTestCase {
+class FormattableMarkupTest extends TestCase {
 
   /**
    * The error message of the last error in the error handler.