File tree 6 files changed +6
-24
lines changed
6 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 10
10
11
11
/**
12
12
* @covers \Sabberworm\CSS\CSSList\AtRuleBlockList
13
+ * @covers \Sabberworm\CSS\CSSList\CSSBlockList
14
+ * @covers \Sabberworm\CSS\CSSList\CSSList
13
15
*/
14
16
final class AtRuleBlockListTest extends TestCase
15
17
{
Original file line number Diff line number Diff line change 9
9
use Sabberworm \CSS \Tests \ParserTest as TestsParserTest ;
10
10
11
11
/**
12
- * @covers \Sabberworm\CSS\Comment\Comment
13
- * @covers \Sabberworm\CSS\OutputFormat
14
- * @covers \Sabberworm\CSS\OutputFormatter
12
+ * @coversNothing
15
13
*/
16
14
final class CommentTest extends TestCase
17
15
{
Original file line number Diff line number Diff line change 11
11
use Sabberworm \CSS \Parsing \OutputException ;
12
12
13
13
/**
14
- * @covers \Sabberworm\CSS\OutputFormat
14
+ * @coversNothing
15
15
*/
16
16
final class OutputFormatTest extends TestCase
17
17
{
Original file line number Diff line number Diff line change 28
28
use Sabberworm \CSS \Value \ValueList ;
29
29
30
30
/**
31
- * @covers \Sabberworm\CSS\CSSList\Document
32
31
* @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
42
32
*/
43
33
final class ParserTest extends TestCase
44
34
{
Original file line number Diff line number Diff line change 13
13
14
14
/**
15
15
* @covers \Sabberworm\CSS\RuleSet\DeclarationBlock
16
+ * @covers \Sabberworm\CSS\RuleSet\RuleSet
16
17
*/
17
18
final class DeclarationBlockTest extends TestCase
18
19
{
Original file line number Diff line number Diff line change 11
11
use Sabberworm \CSS \Settings ;
12
12
13
13
/**
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
24
15
*/
25
16
final class LenientParsingTest extends TestCase
26
17
{
You can’t perform that action at this time.
0 commit comments