Skip to content

[BUGFIX] Drop @covers annotation referencing inexistent method #809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ parameters:
count: 2
path: ../src/RuleSet/DeclarationBlock.php

-
message: '#^@covers value \\Sabberworm\\CSS\\Value\\Value\:\:parseValue\(\) references an invalid method\.$#'
identifier: phpunit.coversMethod
count: 2
path: ../tests/ParserTest.php

4 changes: 0 additions & 4 deletions tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,6 @@ public function unopenedClosingBracketFailure(): void
/**
* Ensure that a missing property value raises an exception.
*
* @covers \Sabberworm\CSS\Value\Value::parseValue()
*
* @test
*/
public function missingPropertyValueStrict(): void
Expand All @@ -985,8 +983,6 @@ public function missingPropertyValueStrict(): void
/**
* Ensure that a missing property value is ignored when in lenient parsing mode.
*
* @covers \Sabberworm\CSS\Value\Value::parseValue()
*
* @test
*/
public function missingPropertyValueLenient(): void
Expand Down