Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relax test for 8.3 #169

Merged
merged 1 commit into from
Sep 2, 2023
Merged

relax test for 8.3 #169

merged 1 commit into from
Sep 2, 2023

Conversation

remicollet
Copy link
Contributor

Without this

========DIFF========
001- Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, bool given in %s003_php8.php:%d
001+ Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, false given in /dev/shm/BUILD/php83-php-pecl-jsonpath-1.0.0/NTS/tests/comparison_root/003_php8.php:6
     Stack trace:
     %s
     %s
--
========DONE========
FAIL Test root on scalar false [tests/comparison_root/003_php8.phpt] 

========DIFF========
001- Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, bool given in %s004_php8.php:%d
001+ Fatal error: Uncaught TypeError: JsonPath\JsonPath::find(): Argument #1 ($data) must be of type array, true given in /dev/shm/BUILD/php83-php-pecl-jsonpath-1.0.0/NTS/tests/comparison_root/004_php8.php:6
     Stack trace:
     %s
     %s
--
========DONE========
FAIL Test root on scalar true [tests/comparison_root/004_php8.phpt] 

@mk6i mk6i merged commit 222f9ec into supermetrics-public:main Sep 2, 2023
14 checks passed
@remicollet remicollet deleted the issue-83 branch September 2, 2023 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants