Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / FileCache / FileCacheTest.php
index 9ad30b76b074b374818a6d460233dacc21fb4822..15ef1ac9de887839bfb662899ba1d566f98bb759 100644 (file)
@@ -3,13 +3,13 @@
 namespace Drupal\Tests\Component\FileCache;
 
 use Drupal\Component\FileCache\FileCache;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\FileCache\FileCache
  * @group FileCache
  */
-class FileCacheTest extends UnitTestCase {
+class FileCacheTest extends TestCase {
 
   /**
    * FileCache object used for the tests.