Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Annotation / Plugin / Discovery / AnnotationBridgeDecoratorTest.php
index c1e231eb0cc59b20a54045ffd696d60c047d2ca6..62d3c84005c775386867089e7e85a4616ed48444 100644 (file)
@@ -6,13 +6,13 @@ use Drupal\Component\Annotation\Plugin;
 use Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator;
 use Drupal\Component\Plugin\Definition\PluginDefinition;
 use Drupal\Component\Plugin\Discovery\DiscoveryInterface;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator
  * @group Plugin
  */
-class AnnotationBridgeDecoratorTest extends UnitTestCase {
+class AnnotationBridgeDecoratorTest extends TestCase {
 
   /**
    * @covers ::getDefinitions