File tree Expand file tree Collapse file tree 6 files changed +6
-24
lines changed
Expand file tree Collapse file tree 6 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 1010
1111/**
1212 * @covers \Sabberworm\CSS\CSSList\AtRuleBlockList
13+ * @covers \Sabberworm\CSS\CSSList\CSSBlockList
14+ * @covers \Sabberworm\CSS\CSSList\CSSList
1315 */
1416final class AtRuleBlockListTest extends TestCase
1517{
Original file line number Diff line number Diff line change 99use Sabberworm \CSS \Tests \ParserTest as TestsParserTest ;
1010
1111/**
12- * @covers \Sabberworm\CSS\Comment\Comment
13- * @covers \Sabberworm\CSS\OutputFormat
14- * @covers \Sabberworm\CSS\OutputFormatter
12+ * @coversNothing
1513 */
1614final class CommentTest extends TestCase
1715{
Original file line number Diff line number Diff line change 1111use Sabberworm \CSS \Parsing \OutputException ;
1212
1313/**
14- * @covers \Sabberworm\CSS\OutputFormat
14+ * @coversNothing
1515 */
1616final class OutputFormatTest extends TestCase
1717{
Original file line number Diff line number Diff line change 2828use Sabberworm \CSS \Value \ValueList ;
2929
3030/**
31- * @covers \Sabberworm\CSS\CSSList\Document
3231 * @covers \Sabberworm\CSS\Parser
33- * @covers \Sabberworm\CSS\RuleSet\DeclarationBlock
34- * @covers \Sabberworm\CSS\Rule\Rule
35- * @covers \Sabberworm\CSS\Value\CSSString
36- * @covers \Sabberworm\CSS\Value\CalcFunction
37- * @covers \Sabberworm\CSS\Value\Color
38- * @covers \Sabberworm\CSS\Value\LineName
39- * @covers \Sabberworm\CSS\Value\Size
40- * @covers \Sabberworm\CSS\Value\URL
41- * @covers \Sabberworm\CSS\Value\Value
4232 */
4333final class ParserTest extends TestCase
4434{
Original file line number Diff line number Diff line change 1313
1414/**
1515 * @covers \Sabberworm\CSS\RuleSet\DeclarationBlock
16+ * @covers \Sabberworm\CSS\RuleSet\RuleSet
1617 */
1718final class DeclarationBlockTest extends TestCase
1819{
Original file line number Diff line number Diff line change 1111use Sabberworm \CSS \Settings ;
1212
1313/**
14- * @covers \Sabberworm\CSS\CSSList\Document
15- * @covers \Sabberworm\CSS\Parser
16- * @covers \Sabberworm\CSS\RuleSet\DeclarationBlock
17- * @covers \Sabberworm\CSS\Rule\Rule
18- * @covers \Sabberworm\CSS\Value\CSSString
19- * @covers \Sabberworm\CSS\Value\CalcFunction
20- * @covers \Sabberworm\CSS\Value\Color
21- * @covers \Sabberworm\CSS\Value\LineName
22- * @covers \Sabberworm\CSS\Value\Size
23- * @covers \Sabberworm\CSS\Value\URL
14+ * @coversNothing
2415 */
2516final class LenientParsingTest extends TestCase
2617{
You can’t perform that action at this time.
0 commit comments