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
Since TestListeners are deprecated and are to be removed in version 10 ( #3389 ) I am looking for a suitable replacement.
The newly added TestHooks only notify about the name of the test that is currently being run and not the Test instance itself.
This makes it impossible to hook into the test running process to inject dependencies to a Test instance the way it was used for example in https://github.com/jakzal/phpunit-injector/
Is there another way to hook into this process in version 10?
The text was updated successfully, but these errors were encountered:
No, this is not possible. By design.
Sorry, something went wrong.
No branches or pull requests
Since TestListeners are deprecated and are to be removed in version 10 ( #3389 ) I am looking for a suitable replacement.
The newly added TestHooks only notify about the name of the test that is currently being run and not the Test instance itself.
This makes it impossible to hook into the test running process to inject dependencies to a Test instance the way it was used for example in https://github.com/jakzal/phpunit-injector/
Is there another way to hook into this process in version 10?
The text was updated successfully, but these errors were encountered: