Force enable xdebug
This commit is contained in:
parent
b516cb6346
commit
deefcfada5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue