File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,3 @@ parameters:
1212 count : 2
1313 path : ../src/RuleSet/DeclarationBlock.php
1414
15- -
16- message : ' #^@covers value \\Sabberworm\\CSS\\Value\\Value\:\:parseValue\(\) references an invalid method\.$#'
17- identifier : phpunit.coversMethod
18- count : 2
19- path : ../tests/ParserTest.php
20-
Original file line number Diff line number Diff line change @@ -971,8 +971,6 @@ public function unopenedClosingBracketFailure(): void
971971 /**
972972 * Ensure that a missing property value raises an exception.
973973 *
974- * @covers \Sabberworm\CSS\Value\Value::parseValue()
975- *
976974 * @test
977975 */
978976 public function missingPropertyValueStrict (): void
@@ -985,8 +983,6 @@ public function missingPropertyValueStrict(): void
985983 /**
986984 * Ensure that a missing property value is ignored when in lenient parsing mode.
987985 *
988- * @covers \Sabberworm\CSS\Value\Value::parseValue()
989- *
990986 * @test
991987 */
992988 public function missingPropertyValueLenient (): void
You can’t perform that action at this time.
0 commit comments