Skip to content

Commit

Permalink
Remove coverage tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed May 6, 2024
1 parent aee553b commit 51c3e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/Parser/ParserBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use phpDocumentor\JsonPath\AST\RootNode;
use phpDocumentor\JsonPath\AST\Value;
use phpDocumentor\JsonPath\AST\Wildcard;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\TestCase;

class ParserBuilderTest extends TestCase
Expand Down Expand Up @@ -102,7 +103,7 @@ public function testRootFieldChildAccess(): void
);
}

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

0 comments on commit 51c3e23

Please sign in to comment.