grunt-phpunit icon indicating copy to clipboard operation
grunt-phpunit copied to clipboard

Grunt plugin for running phpunit.

Results 15 grunt-phpunit issues
Sort by recently updated
recently updated
newest added

Hi Sascha and Team, Great plugin. I've enjoyed it tremendously. I wanted to ask you to improve the documentation on the options a few weeks ago when I first configured...

It would be great if custom parameters were supported. That is, equivalent to something like: ``` phpunit -c /path/to/phpunit.xml --do-something-special ``` This allows the bootstrap file access to the "do-something-special"...

Really enjoying your work so far. Keep it up. :) With the current `dir` functionality, we have to make the following assumptions: - all the tests we want to run...

I'm trying to parse a PHP constant to `grunt-phpunit` using options `d:` Specifically I am trying to add this: `` ([Source](https://core.trac.wordpress.org/browser/trunk/tests/phpunit/multisite.xml)) My Gruntfile.js looks like this: ``` phpunit: { 'default':...

i really want to use this to show different growl notification when test pass(green) or fail(red) . How can i do this currently i am only able fire only one...