File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 66use Sabberworm \CSS \OutputFormat ;
77use Sabberworm \CSS \Parser ;
88
9+ /**
10+ * @covers \Sabberworm\CSS\OutputFormat
11+ */
912class OutputFormatTest extends TestCase
1013{
1114 /**
Original file line number Diff line number Diff line change 1919use Sabberworm \CSS \Value \Size ;
2020use Sabberworm \CSS \Value \URL ;
2121
22+ /**
23+ * @covers \Sabberworm\CSS\Parser
24+ * @covers \Sabberworm\CSS\CSSList\Document::parse
25+ * @covers \Sabberworm\CSS\Rule\Rule::parse
26+ * @covers \Sabberworm\CSS\RuleSet\DeclarationBlock::parse
27+ * @covers \Sabberworm\CSS\Value\CalcFunction::parse
28+ * @covers \Sabberworm\CSS\Value\Color::parse
29+ * @covers \Sabberworm\CSS\Value\CSSString::parse
30+ * @covers \Sabberworm\CSS\Value\LineName::parse
31+ * @covers \Sabberworm\CSS\Value\Size::parse
32+ * @covers \Sabberworm\CSS\Value\URL::parse
33+ */
2234class ParserTest extends TestCase
2335{
2436 public function testFiles ()
Original file line number Diff line number Diff line change 77use Sabberworm \CSS \Rule \Rule ;
88use Sabberworm \CSS \Value \Size ;
99
10+ /**
11+ * @covers \Sabberworm\CSS\RuleSet\DeclarationBlock
12+ */
1013class DeclarationBlockTest extends TestCase
1114{
1215 /**
Original file line number Diff line number Diff line change 66use Sabberworm \CSS \Parser ;
77use Sabberworm \CSS \Settings ;
88
9+ /**
10+ * @covers \Sabberworm\CSS\Parser
11+ * @covers \Sabberworm\CSS\CSSList\Document::parse
12+ * @covers \Sabberworm\CSS\Rule\Rule::parse
13+ * @covers \Sabberworm\CSS\RuleSet\DeclarationBlock::parse
14+ * @covers \Sabberworm\CSS\Value\CalcFunction::parse
15+ * @covers \Sabberworm\CSS\Value\Color::parse
16+ * @covers \Sabberworm\CSS\Value\CSSString::parse
17+ * @covers \Sabberworm\CSS\Value\LineName::parse
18+ * @covers \Sabberworm\CSS\Value\Size::parse
19+ * @covers \Sabberworm\CSS\Value\URL::parse
20+ */
921class LenientParsingTest extends TestCase
1022{
1123 /**
You can’t perform that action at this time.
0 commit comments