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

Use PhpUnit as test-runner #64

Open
allanpaiste opened this issue Feb 4, 2021 · 0 comments
Open

Use PhpUnit as test-runner #64

allanpaiste opened this issue Feb 4, 2021 · 0 comments

Comments

@allanpaiste
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently the test scenarios are based on custom scripts that do not allow convenient development flow and test runner utilization via IDE. It also introduces avoidable overhead for new developers who otherwise could tap into their previous experience with commonly used testing frameworks/runners.

Describe the solution you'd like

Port over the installations/scenarios/assertions to run with PhpUnit runner. Make sure that IDE picks up the tests properly.

Describe alternatives you've considered

Have not seen a real need to consider any alternatives here as PhpUnit is relatively light-weight and well known.

Additional context

This change would also make it easier to run the tests on different platforms as long as php is available. It will also make much easier for users to step through the patch applying flow.

@allanpaiste allanpaiste added this to the 3.55.0 / 4.24.0 milestone Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant