Skip to content

Commit

Permalink
Add require attributes to "PortugueseNifTest"
Browse files Browse the repository at this point in the history
Signed-off-by: Henrique Moody <[email protected]>
  • Loading branch information
henriquemoody committed Feb 22, 2024
1 parent fcb6ea5 commit 955a554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/Rules/PortugueseNifTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@

namespace Respect\Validation\Rules;

use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\Group;
use Respect\Validation\Test\RuleTestCase;
use stdClass;

use function stream_context_create;

#[Group('rule')]
#[CoversClass(PortugueseNif::class)]
final class PortugueseNifTest extends RuleTestCase
{
/** @return iterable<array{PortugueseNif, mixed}> */
Expand Down

0 comments on commit 955a554

Please sign in to comment.