Skip to content

Commit 391889d

Browse files
Mark test as small
1 parent 7046af8 commit 391889d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests/FilterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111

1212
use function realpath;
1313
use PHPUnit\Framework\Attributes\CoversClass;
14+
use PHPUnit\Framework\Attributes\Small;
1415
use PHPUnit\Framework\Attributes\Ticket;
1516
use PHPUnit\Framework\TestCase;
1617

1718
#[CoversClass(Filter::class)]
19+
#[Small]
1820
final class FilterTest extends TestCase
1921
{
2022
private Filter $filter;

0 commit comments

Comments
 (0)