We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cfe4e commit 0ce8501Copy full SHA for 0ce8501
tests/tests/Target/MapperTest.php
@@ -33,6 +33,7 @@
33
* @phpstan-import-type TargetMap from Mapper
34
*/
35
#[CoversClass(Mapper::class)]
36
+#[CoversClass(InvalidCodeCoverageTargetException::class)]
37
#[Small]
38
final class MapperTest extends TestCase
39
{
tests/tests/Target/TargetCollectionValidatorTest.php
@@ -22,6 +22,7 @@
22
23
24
#[CoversClass(TargetCollectionValidator::class)]
25
26
27
final class TargetCollectionValidatorTest extends TestCase
28
0 commit comments