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

Add support for PHPUnit options to php-unit hook #15

Closed
wants to merge 3 commits into from

Conversation

cmuench
Copy link

@cmuench cmuench commented Jan 24, 2017

Adds options to phpunit hook. In my case i have a subfolder with test. I need to add the path to the phpunit.xml or phpuni.xml.dist file (or the folder containing the file).

Example:

hooks:
   - id: php-unit
      args:
         - "-c"
         - "tests/unit"
         - "debug"

@cmuench
Copy link
Author

cmuench commented May 21, 2017

Any reaction here?

@FatherShawn
Copy link

See #22

@cmuench cmuench closed this Oct 22, 2017
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

Successfully merging this pull request may close these issues.

2 participants