Skip to content

Commit

Permalink
Use CoversTrait instead of CoversClass
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 5, 2024
1 parent a0c6801 commit b48085f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Utils/UnifiedDiffAssertTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

use function preg_quote;
use function sprintf;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\CoversTrait;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\TestCase;
use UnexpectedValueException;

#[CoversClass(UnifiedDiffAssertTrait::class)]
#[CoversTrait(UnifiedDiffAssertTrait::class)]
final class UnifiedDiffAssertTraitTest extends TestCase
{
use UnifiedDiffAssertTrait;
Expand Down

0 comments on commit b48085f

Please sign in to comment.