X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FNumberTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FNumberTest.php;h=1fc05d3ad78eb0a12b7c9f539e9344a5b5c7089b;hp=8d415de92b393169f817d586abb13cb3b77d4a9b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Utility/NumberTest.php b/web/core/tests/Drupal/Tests/Component/Utility/NumberTest.php index 8d415de92..1fc05d3ad 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/NumberTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/NumberTest.php @@ -3,7 +3,7 @@ namespace Drupal\Tests\Component\Utility; use Drupal\Component\Utility\Number; -use Drupal\Tests\UnitTestCase; +use PHPUnit\Framework\TestCase; /** * Tests number manipulation utilities. @@ -14,7 +14,7 @@ use Drupal\Tests\UnitTestCase; * * @see \Drupal\Component\Utility\Number */ -class NumberTest extends UnitTestCase { +class NumberTest extends TestCase { /** * Tests Number::validStep() without offset.