We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498ec90 commit 2b81090Copy full SHA for 2b81090
tests/tests/Exception/UnintentionallyCoveredCodeExceptionTest.php
@@ -9,8 +9,12 @@
9
*/
10
namespace SebastianBergmann\CodeCoverage;
11
12
+use PHPUnit\Framework\Attributes\CoversClass;
13
+use PHPUnit\Framework\Attributes\Small;
14
use PHPUnit\Framework\TestCase;
15
16
+#[CoversClass(UnintentionallyCoveredCodeException::class)]
17
+#[Small]
18
final class UnintentionallyCoveredCodeExceptionTest extends TestCase
19
{
20
public function testCanConstructWithEmptyArray(): void
0 commit comments