Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Fix PHP8 deprecation #373

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix PHP8 deprecation #373

wants to merge 3 commits into from

Conversation

zviryatko
Copy link

When run behat with PHP8 it shown next deprecation warning:

$ behat
PHP Deprecated:  Method ReflectionParameter::getClass() is deprecated in /var/www/html/vendor/behat/mink-extension/src/Behat/MinkExtension/ServiceContainer/Driver/GoutteFactory.php on line 119

When run behat with PHP8 it shown next deprecation warning:
```
$ behat
PHP Deprecated:  Method ReflectionParameter::getClass() is deprecated in /var/www/html/vendor/behat/mink-extension/src/Behat/MinkExtension/ServiceContainer/Driver/GoutteFactory.php on line 119
```
@stronk7
Copy link

stronk7 commented May 10, 2021

Friendly ping... any news here? It's breaking all our CI integrations because we use to exit with error on any PHP notice/warn or debugging.

It would be really great to get "clean" runs with PHP8 by default. Please make a mini-release including the needed (since some months ago) PHP8 compatibility.

Ciao :-)

@stronk7
Copy link

stronk7 commented May 12, 2021

For anybody arriving here... just saw #370 ... where a new alternative is suggested.

Would be great to have this project archived/moved if it's not maintained anymore... anyway... that's in the linked issue.

Ciao :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants