From deefcfada58008c7394aa193e27ee2d1e229112f Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 1 Aug 2016 12:46:05 +0200 Subject: [PATCH] Force enable xdebug --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e3a4cd1..292c56d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,7 +54,7 @@ module.exports = function (grunt) { }, phpunit: { options: { - bin: './vendor/bin/phpunit', + bin: 'php -dzend_extension=xdebug.so ./vendor/bin/phpunit', stopOnError: true, stopOnFailure: true, followOutput: true