Skip to content

Commit cb0292d

Browse files
authored
[TASK] Add coverage metadata to AtRuleTest (#1409)
As interfaces cannot be covered using an `@covers` annotation, we need to use `@coversNothing` instead. This will allow us to require coverage metadata for testcases later down the road.
1 parent 4a8a1c1 commit cb0292d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Unit/Property/AtRuleTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use PHPUnit\Framework\TestCase;
88
use Sabberworm\CSS\Property\AtRule;
99

10+
/**
11+
* @coversNothing
12+
*/
1013
final class AtRuleTest extends TestCase
1114
{
1215
/**

0 commit comments

Comments
 (0)