-
Notifications
You must be signed in to change notification settings - Fork 54
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
Debug PHP 8 Behat test issue #377
Comments
Thank you, @ernilambar. I encountered similar deprecated notices when running the tests locally, but strangely, the tests are passing. I'm currently working on replicating the issue to find a solution. @swissspidy if you have any thoughts on this as it failed on every commit. |
The issue seems to be related to the code coverage collection, as that runs on the PHP 8.0 / WP latest job. To reproduce locally:
Will do some debugging both locally and on CI, though GitHub Actions is down right now. |
It seems that after the merge of commit eb3f847, the Behat test for PHP 8 is expected to fail.
Further discussion on this matter can be found here: #367 (comment).
The text was updated successfully, but these errors were encountered: