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: {
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue