Skip to content

Commit 1b26da1

Browse files
committed
[BUGFIX] Drop @covers annotation referencing inexistent method
1 parent 7c6845f commit 1b26da1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

config/phpstan-baseline.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-

tests/ParserTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)