SaschaGalley / grunt-phpunit

Grunt plugin for running phpunit.
MIT License
68 stars 19 forks source link

Append an `execMaxBuffer` option #30

Closed bgaillard closed 10 years ago

bgaillard commented 10 years ago

Append an execMaxBuffer option used to configure the maxBuffer option passed to the NodeJS exec command.

This PR fixes issue https://github.com/SaschaGalley/grunt-phpunit/issues/29.

bgaillard commented 10 years ago

Hi @SaschaGalley, thanks for merging this so quickly !

:+1:

SaschaGalley commented 10 years ago

Thanks for your contribution ;)