Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Utility / TimerTest.php
index 4aeebc588e4df03e87c603c8078fe18d64b85f99..a7cbf8732eb49f4a902f2d7dadf2334fb3e513f9 100644 (file)
@@ -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.