diff --git a/Gruntfile.js b/Gruntfile.js index 7101e0a..9632e8e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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