diff --git a/composer.json b/composer.json index 51342b2bc..5680314f4 100644 --- a/composer.json +++ b/composer.json @@ -41,6 +41,6 @@ "@test" ], "cs-check": "./vendors/bin/phpcs -p --extensions=php --standard=CakePHP ./lib/Cake", - "test": "./lib/Cake/Console/cake test core AllTests --stderr" + "test": "./lib/Cake/Console/cake test core AllTests --stderr --verbose" } }