Skip to content

Commit

Permalink
Fix prefer lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker committed Jan 2, 2025
1 parent 901332c commit fa2576f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Unit/Symfony/ClockTestTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

use DateTimeImmutable;
use DR\PHPUnitExtensions\Symfony\ClockTestTrait;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\TestCase;

#[CoversClass(ClockTestTrait::class)]
/**
* @requires PHPUnit >= 10.0
* @covers \DR\PHPUnitExtensions\Symfony\ClockTestTrait
*/
class ClockTestTraitTest extends TestCase
{
use ClockTestTrait;
Expand Down

0 comments on commit fa2576f

Please sign in to comment.