Skip to content

Commit

Permalink
relax test for 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 1, 2023
1 parent cdc19be commit eedeeb0
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 eedeeb0

Please sign in to comment.