Skip to content

Commit

Permalink
Mark test as small
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 25, 2024
1 parent 7046af8 commit 391889d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@

use function realpath;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\Small;
use PHPUnit\Framework\Attributes\Ticket;
use PHPUnit\Framework\TestCase;

#[CoversClass(Filter::class)]
#[Small]
final class FilterTest extends TestCase
{
private Filter $filter;
Expand Down

0 comments on commit 391889d

Please sign in to comment.