Add --verbose to the test command

This commit is contained in:
bancer 2019-03-18 13:04:09 +01:00
parent 4db38f26ca
commit e6ea25cbd2

View file

@ -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"
}
}