We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In PHPUnit/Extensions/SeleniumCommon/prepend.php there is usage of the XDEBUG_CC_UNUSED constant, which has been removed from xdebug 3.0
The text was updated successfully, but these errors were encountered:
ok, so it seems that XDEBUG_CC_UNUSED is not 'completely' doppped - but that it is only defined when xdebug mode includes code coverage... which is a bug fixed apparently in xdbg 3.0.1 (see https://twitter.com/derickr/status/1335544409555947520 and https://bugs.xdebug.org/bug_view_page.php?bug_id=00001903).
I guess that this means that a possible fix would be to either:
if defined
Sorry, something went wrong.
No branches or pull requests
In PHPUnit/Extensions/SeleniumCommon/prepend.php there is usage of the XDEBUG_CC_UNUSED constant, which has been removed from xdebug 3.0
The text was updated successfully, but these errors were encountered: