Skip to content

Commit 2b81090

Browse files
Add metadata
1 parent 498ec90 commit 2b81090

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tests/Exception/UnintentionallyCoveredCodeExceptionTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
*/
1010
namespace SebastianBergmann\CodeCoverage;
1111

12+
use PHPUnit\Framework\Attributes\CoversClass;
13+
use PHPUnit\Framework\Attributes\Small;
1214
use PHPUnit\Framework\TestCase;
1315

16+
#[CoversClass(UnintentionallyCoveredCodeException::class)]
17+
#[Small]
1418
final class UnintentionallyCoveredCodeExceptionTest extends TestCase
1519
{
1620
public function testCanConstructWithEmptyArray(): void

0 commit comments

Comments
 (0)