Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Utility / EnvironmentTest.php
index 708eee9ab1df5e10abde03ffe54cef575388c142..d167958326444a3f9f301263caffc793a6998832 100644 (file)
@@ -3,7 +3,7 @@
 namespace Drupal\Tests\Component\Utility;
 
 use Drupal\Component\Utility\Environment;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * Test PHP Environment helper methods.
@@ -12,7 +12,7 @@ use Drupal\Tests\UnitTestCase;
  *
  * @coversDefaultClass \Drupal\Component\Utility\Environment
  */
-class EnvironmentTest extends UnitTestCase {
+class EnvironmentTest extends TestCase {
 
   /**
    * Tests \Drupal\Component\Utility\Environment::checkMemoryLimit().