X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FColorTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FColorTest.php;h=cbb9d7e8eb91d3e7fd46d74cf2c208bcbf2c0870;hp=e2f1629198fcb54b9ca2010682e0b5b844ed2d9b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Utility/ColorTest.php b/web/core/tests/Drupal/Tests/Component/Utility/ColorTest.php index e2f162919..cbb9d7e8e 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/ColorTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/ColorTest.php @@ -3,14 +3,14 @@ namespace Drupal\Tests\Component\Utility; use Drupal\Component\Utility\Color; -use Drupal\Tests\UnitTestCase; +use PHPUnit\Framework\TestCase; /** * Tests Color utility class conversions. * * @group Utility */ -class ColorTest extends UnitTestCase { +class ColorTest extends TestCase { /** * Tests Color::hexToRgb().