Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Graph / GraphTest.php
index 9c4a7a528896d55da72357c407080c16dffeeb4f..940217c64f6f0382b47778468292a82016a7bda2 100644 (file)
@@ -3,13 +3,13 @@
 namespace Drupal\Tests\Component\Graph;
 
 use Drupal\Component\Graph\Graph;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\Graph\Graph
  * @group Graph
  */
-class GraphTest extends UnitTestCase {
+class GraphTest extends TestCase {
 
   /**
    * Test depth-first-search features.