From: Ori Livneh Date: Thu, 19 May 2016 10:48:22 +0000 (-0700) Subject: PHPUnit: turn off verbose option X-Git-Tag: 1.31.0-rc.0~6899^2 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=c15ba5fc20f458de2967cdad8fdfe8ba5adda341;p=lhc%2Fweb%2Fwiklou.git PHPUnit: turn off verbose option It's very common these days for test runs on ordinary rigs to skip hundreds of tests, which makes getting the part of the results you care about (the test failures) an arduous trip up hundreds of lines in your terminal buffer. Change-Id: Iaf714b86473379e1ad32e4d2d93e83018a757782 --- diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 63f5de0179..ed18205753 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -16,7 +16,7 @@ beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" beStrictAboutTestSize="true" - verbose="true"> + verbose="false"> includes