Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / ProxyBuilder / ProxyBuilderTest.php
index 30bf310500789aaab71482afe2b8e0452149792c..1b06ddef3418bd3e9761016828b1c09c161c3a85 100644 (file)
@@ -8,13 +8,13 @@
 namespace Drupal\Tests\Component\ProxyBuilder;
 
 use Drupal\Component\ProxyBuilder\ProxyBuilder;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\ProxyBuilder\ProxyBuilder
  * @group proxy_builder
  */
-class ProxyBuilderTest extends UnitTestCase {
+class ProxyBuilderTest extends TestCase {
 
   /**
    * The tested proxy builder.