Skip to content

Commit

Permalink
Fix: Avoid fully-qualified class name
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 12, 2023
1 parent 645c7b3 commit 7f6b50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/Exception/InvalidMaximumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Ergebnis\FactoryBot\Test;
use PHPUnit\Framework;

#[Framework\Attributes\CoversClass(\Ergebnis\FactoryBot\Exception\InvalidMaximum::class)]
#[Framework\Attributes\CoversClass(Exception\InvalidMaximum::class)]
final class InvalidMaximumTest extends Framework\TestCase
{
use Test\Util\Helper;
Expand Down

0 comments on commit 7f6b50c

Please sign in to comment.