Mark tests as small

This commit is contained in:
Sebastian Bergmann 2023-09-08 06:35:21 +02:00
parent ffa288398e
commit b2d7136397
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 2 additions and 0 deletions

View File

@ -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