Skip to content
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

Improve the library to include classes that could be common to all plugins. #30

Open
CrochetFeve0251 opened this issue May 10, 2024 · 0 comments

Comments

@CrochetFeve0251
Copy link

Is your feature request related to a problem? Please describe.
Currently just adding the library is not enough to start testing.

Describe the solution you'd like
A library that includes everything which is needed to start testing and also reduce the need for maintenance on plugins.

For that we will have to pass each traits which are inside wp rocket and not specific to it.

Then each fixture which is from the core should then be moved to the library.

Finally we need to make sure that each library used for test is included within phpunit.
To that we can use phpunit-wp-hooks to facilitate hooks usage.

Finally we need to enhance the read me from the library or a second on how to create a testing env on launchpad documentation.

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.

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

No branches or pull requests

1 participant