This commit is contained in:
Pierre Rudloff 2017-12-06 13:31:25 +01:00
parent c171e9b3e3
commit d3ea76faaf
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module.exports = function (grunt) {
},
phpunit: {
options: {
bin: 'php -dzend_extension=xdebug.so ./vendor/bin/phpunit',
bin: 'vendor/bin/phpunit',
stopOnError: true,
stopOnFailure: true,
followOutput: true