Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / TestSuites / TestSuiteBaseTest.php
index fa50e45d5bc97f4eab3d84162f80f6164f7f0fb5..4c289e4d78bbc9cb62abae834415402dd43de04b 100644 (file)
@@ -3,6 +3,7 @@
 namespace Drupal\Tests\TestSuites;
 
 use org\bovigo\vfs\vfsStream;
+use PHPUnit\Framework\TestCase;
 
 // The test suite class is not part of the autoloader, we need to include it
 // manually.
@@ -13,7 +14,7 @@ require_once __DIR__ . '/../../../TestSuites/TestSuiteBase.php';
  *
  * @group TestSuite
  */
-class TestSuiteBaseTest extends \PHPUnit_Framework_TestCase {
+class TestSuiteBaseTest extends TestCase {
 
   /**
    * Helper method to set up the file system.