From b2d713639789ca94d1c9c40d7c411bf6438546ec Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 8 Sep 2023 06:35:21 +0200 Subject: [PATCH] Mark tests as small --- tests/ExporterTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ExporterTest.php b/tests/ExporterTest.php index 44b001b..a23b7ce 100644 --- a/tests/ExporterTest.php +++ b/tests/ExporterTest.php @@ -25,12 +25,14 @@ use Exception; use PHPUnit\Framework\Attributes\CoversClass; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\Attributes\RequiresPhpExtension; +use PHPUnit\Framework\Attributes\Small; use PHPUnit\Framework\TestCase; use SebastianBergmann\RecursionContext\Context; use SplObjectStorage; use stdClass; #[CoversClass(Exporter::class)] +#[Small] final class ExporterTest extends TestCase { public static function exportProvider(): array