-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Function uopz_set_mock don't work when Xdebug extension is loaded #61
Comments
I can confirm this issue. However, I only needed the uopz and Xdebug combination to produce code coverage reports via PHPUnit, so switching to phpdbg provides a viable workaround. |
Static methods still seem to be replaced as expected - e.g. the example at https://secure.php.net/manual/en/function.uopz-set-mock.php still works. (PHP 7.1.11 Windows x86 TS.) |
PHP 7.1.16 |
Fixed in edfca8d |
test code:
output:
expected output:
The text was updated successfully, but these errors were encountered: