Skip to content

Commit a2aca28

Browse files
authored
[BUGFIX] Do not try to cover an interface in tests (#660)
Only classes and traits can be covered by code coverage. Trying to cover an interface causes PHPUnit to issue a warning.
1 parent 893d204 commit a2aca28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Comment/CommentTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
/**
1212
* @covers \Sabberworm\CSS\Comment\Comment
13-
* @covers \Sabberworm\CSS\Comment\Commentable
1413
* @covers \Sabberworm\CSS\OutputFormat
1514
* @covers \Sabberworm\CSS\OutputFormatter
1615
*/

0 commit comments

Comments
 (0)