X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FTimerTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FTimerTest.php;h=a7cbf8732eb49f4a902f2d7dadf2334fb3e513f9;hp=4aeebc588e4df03e87c603c8078fe18d64b85f99;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Utility/TimerTest.php b/web/core/tests/Drupal/Tests/Component/Utility/TimerTest.php index 4aeebc588..a7cbf8732 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/TimerTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/TimerTest.php @@ -2,8 +2,8 @@ namespace Drupal\Tests\Component\Utility; -use Drupal\Tests\UnitTestCase; use Drupal\Component\Utility\Timer; +use PHPUnit\Framework\TestCase; /** * Tests the Timer system. @@ -12,7 +12,7 @@ use Drupal\Component\Utility\Timer; * * @coversDefaultClass \Drupal\Component\Utility\Timer */ -class TimerTest extends UnitTestCase { +class TimerTest extends TestCase { /** * Tests Timer::read() time accumulation accuracy across multiple restarts.