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

Allow passing arguments #24

Open
megawubs opened this issue Apr 22, 2024 · 2 comments
Open

Allow passing arguments #24

megawubs opened this issue Apr 22, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@megawubs
Copy link

I want to be able to pass arguments to the phpunit process. For example, I would like to pass

-c ohter-phpunit.xml

@olimorris
Copy link
Owner

Great suggestion and I'd be more than happy to accept a PR for this.

@olimorris olimorris added help wanted Extra attention is needed enhancement New feature or request labels Apr 22, 2024
@sebby
Copy link

sebby commented Oct 14, 2024

Inside the phpunit_cmd, just like that ?

phpunit_cmd = function()
   return "phpunit -c core/phpunit.xml"
 end,

Isn't possible inside the root_files parameter ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants