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:
12
12
count : 2
13
13
path : ../src/RuleSet/DeclarationBlock.php
14
14
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
971
971
/**
972
972
* Ensure that a missing property value raises an exception.
973
973
*
974
- * @covers \Sabberworm\CSS\Value\Value::parseValue()
975
- *
976
974
* @test
977
975
*/
978
976
public function missingPropertyValueStrict (): void
@@ -985,8 +983,6 @@ public function missingPropertyValueStrict(): void
985
983
/**
986
984
* Ensure that a missing property value is ignored when in lenient parsing mode.
987
985
*
988
- * @covers \Sabberworm\CSS\Value\Value::parseValue()
989
- *
990
986
* @test
991
987
*/
992
988
public function missingPropertyValueLenient (): void
You can’t perform that action at this time.
0 commit comments