Skip to content

Commit 51c3e23

Browse files
committed
Remove coverage tags
1 parent aee553b commit 51c3e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/Parser/ParserBuilderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
use phpDocumentor\JsonPath\AST\RootNode;
2626
use phpDocumentor\JsonPath\AST\Value;
2727
use phpDocumentor\JsonPath\AST\Wildcard;
28+
use PHPUnit\Framework\Attributes\DataProvider;
2829
use PHPUnit\Framework\TestCase;
2930

3031
class ParserBuilderTest extends TestCase
@@ -102,7 +103,7 @@ public function testRootFieldChildAccess(): void
102103
);
103104
}
104105

105-
/** @dataProvider operatorProvider */
106+
#[DataProvider('operatorProvider')]
106107
public function testFilterExpression(string $operator): void
107108
{
108109
$result = $this->parser->tryString('$.store.books[?(@.title ' . $operator . ' "phpDoc")]');

0 commit comments

Comments
 (0)