Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Utility / VariableTest.php
index 9096f87bfe98f6f6597cc78a5fe7e53a65ea1c00..3fda715c29f2b1a4433020f5d7226d22cb5a2a51 100644 (file)
@@ -7,8 +7,8 @@
 
 namespace Drupal\Tests\Component\Utility;
 
-use Drupal\Tests\UnitTestCase;
 use Drupal\Component\Utility\Variable;
+use PHPUnit\Framework\TestCase;
 
 /**
  * Test variable export functionality in Variable component.
@@ -18,7 +18,7 @@ use Drupal\Component\Utility\Variable;
  *
  * @coversDefaultClass \Drupal\Component\Utility\Variable
  */
-class VariableTest extends UnitTestCase {
+class VariableTest extends TestCase {
 
   /**
    * Data provider for testExport().