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

Support for phpunit.xml <groups> element #119

Open
ultimike opened this issue Nov 14, 2024 · 0 comments
Open

Support for phpunit.xml <groups> element #119

ultimike opened this issue Nov 14, 2024 · 0 comments

Comments

@ultimike
Copy link

It would be swell if this extension also provided a Run tests link in the phpunit.xml file for defined groups.

For example, with this in the phpunit.xml file:

  <groups>
    <include>
      <group>earmuffs</group>
    </include>
  </groups>

A Run tests link above the <group> element would allow me to run all tests marked with the @group value of earmuffs.

-mike

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