Force enable xdebug

This commit is contained in:
Pierre Rudloff 2016-08-01 12:46:05 +02:00
parent b516cb6346
commit deefcfada5

View file

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