We don't need the xdebug workaround anymore (see https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer)
This commit is contained in:
parent
c171e9b3e3
commit
d3ea76faaf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue