Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Uuid / UuidTest.php
index a93dd0981a78ffc52fc6f1517bbba2420d1bb194..e40da71387b7639b0c591edeeca801d53812de80 100644 (file)
@@ -7,14 +7,14 @@ use Drupal\Component\Uuid\UuidInterface;
 use Drupal\Component\Uuid\Com;
 use Drupal\Component\Uuid\Pecl;
 use Drupal\Component\Uuid\Php;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * Tests the handling of Universally Unique Identifiers (UUIDs).
  *
  * @group Uuid
  */
-class UuidTest extends UnitTestCase {
+class UuidTest extends TestCase {
 
   /**
    * Tests generating valid UUIDs.