X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FUnicodeTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FUnicodeTest.php;h=6bfc6cb0d2f71bcf29dfe376ee43bd6a1454060e;hp=b834d2bbed386076e16eb32a0ac3536963321b56;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php b/web/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php index b834d2bbe..6bfc6cb0d 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php @@ -2,8 +2,8 @@ namespace Drupal\Tests\Component\Utility; -use Drupal\Tests\UnitTestCase; use Drupal\Component\Utility\Unicode; +use PHPUnit\Framework\TestCase; /** * Test unicode handling features implemented in Unicode component. @@ -12,7 +12,7 @@ use Drupal\Component\Utility\Unicode; * * @coversDefaultClass \Drupal\Component\Utility\Unicode */ -class UnicodeTest extends UnitTestCase { +class UnicodeTest extends TestCase { /** * {@inheritdoc}