Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Plugin / Context / ContextTest.php
index f320c5544899459d22e88c39fab386f68131075f..6a2cf4667321ffa6b6a79d5bf3f7ee587960e94a 100644 (file)
@@ -3,13 +3,13 @@
 namespace Drupal\Tests\Component\Plugin\Context;
 
 use Drupal\Component\Plugin\Context\Context;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\Plugin\Context\Context
  * @group Plugin
  */
-class ContextTest extends UnitTestCase {
+class ContextTest extends TestCase {
 
   /**
    * Data provider for testGetContextValue.