feat: moves covers nothing to attribute

This commit is contained in:
Nuno Maduro
2024-01-05 14:37:33 +00:00
parent 7764a7a162
commit 04d2fa5ce8
4 changed files with 6 additions and 45 deletions

View File

@ -34,7 +34,6 @@ final class TestCaseFactory
private const ANNOTATIONS = [
Annotations\Depends::class,
Annotations\Groups::class,
Annotations\CoversNothing::class,
Annotations\TestDox::class,
];