Changed PHPunit settings to be more verbose
This commit is contained in:
parent
2387dd4074
commit
0038df26d8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
|
|
||||||
tests: {
|
tests: {
|
||||||
command: 'php vendor/phpunit/phpunit/phpunit --strict --bootstrap src/AutoLoader.php tests/',
|
command: 'php vendor/phpunit/phpunit/phpunit -v --strict --bootstrap src/AutoLoader.php tests/',
|
||||||
},
|
},
|
||||||
|
|
||||||
upgrade: {
|
upgrade: {
|
||||||
|
|
Loading…
Reference in a new issue