You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Today testing is really verbose, which ends up taking too much time and living a lot of room for mistakes.
Describe the solution you'd like
The goal of that issue is to try to find solutions to make testing easier and more efficient.
For the moment, there are the potential solutions identified:
Is your feature request related to a problem? Please describe.
Today testing is really verbose, which ends up taking too much time and living a lot of room for mistakes.
Describe the solution you'd like
The goal of that issue is to try to find solutions to make testing easier and more efficient.
For the moment, there are the potential solutions identified:
phpunit-wp-hooks
to make filter mocking easier.phpunit-wp-hooks
to also reset global variables, options and transients.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: