Skip to content
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