Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Utility / ImageTest.php
index eec1375eaef764905cb745558731154478051d44..be3cdd75eb02341ee466c7866a29f0bdc0d94ea1 100644 (file)
@@ -3,13 +3,13 @@
 namespace Drupal\Tests\Component\Utility;
 
 use Drupal\Component\Utility\Image;
-use Drupal\Tests\UnitTestCase;
+use PHPUnit\Framework\TestCase;
 
 /**
  * @coversDefaultClass \Drupal\Component\Utility\Image
  * @group Image
  */
-class ImageTest extends UnitTestCase {
+class ImageTest extends TestCase {
 
   /**
    * Tests all control flow branches in image_dimensions_scale().