Changed PHPunit settings to be more verbose

This commit is contained in:
Marcin Kurczewski 2014-09-24 20:13:30 +02:00
parent 2387dd4074
commit 0038df26d8

View file

@ -79,7 +79,7 @@ module.exports = function(grunt) {
},
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: {