From 0038df26d854bf2e5653caf4414b53607f97515d Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 24 Sep 2014 20:13:30 +0200 Subject: [PATCH] Changed PHPunit settings to be more verbose --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 7f97e739..02df8995 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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: {