X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FImageTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FImageTest.php;h=be3cdd75eb02341ee466c7866a29f0bdc0d94ea1;hp=eec1375eaef764905cb745558731154478051d44;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Utility/ImageTest.php b/web/core/tests/Drupal/Tests/Component/Utility/ImageTest.php index eec1375ea..be3cdd75e 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/ImageTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/ImageTest.php @@ -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().