Skip to content

Commit

Permalink
Merge pull request #169 from remicollet/issue-83
Browse files Browse the repository at this point in the history
relax test for 8.3
  • Loading branch information
mk6i authored Sep 2, 2023
2 parents cdc19be + eedeeb0 commit 222f9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/comparison_root/003_php8.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $result = $jsonPath->find($data, "$");
var_dump($result);
?>
--EXPECTF--
Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, bool given in %s003_php8.php:%d
Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, %s given in %s003_php8.php:%d
Stack trace:
%s
%s
Expand Down
2 changes: 1 addition & 1 deletion tests/comparison_root/004_php8.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $result = $jsonPath->find($data, "$");
var_dump($result);
?>
--EXPECTF--
Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, bool given in %s004_php8.php:%d
Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, %s given in %s004_php8.php:%d
Stack trace:
%s
%s
Expand Down

0 comments on commit 222f9ec

Please sign in to comment.