Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Plugin / DefaultFactoryTest.php
index 28a48f6c1324700e1cfd1deea8bc66a887da84f1..b6bb32c8415410b37204ab3b1810bb5b23da3fa3 100644 (file)
@@ -8,13 +8,13 @@ use Drupal\Component\Plugin\Factory\DefaultFactory;
 use Drupal\plugin_test\Plugin\plugin_test\fruit\Cherry;
 use Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface;
 use Drupal\plugin_test\Plugin\plugin_test\fruit\Kale;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\Plugin\Factory\DefaultFactory
  * @group Plugin
  */
-class DefaultFactoryTest extends UnitTestCase {
+class DefaultFactoryTest extends TestCase {
 
   /**
    * Tests getPluginClass() with a valid array plugin definition.