PHPUnit: turn off verbose option
authorOri Livneh <ori@wikimedia.org>
Thu, 19 May 2016 10:48:22 +0000 (03:48 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 19 May 2016 10:48:22 +0000 (03:48 -0700)
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

tests/phpunit/suite.xml

index 63f5de0..ed18205 100644 (file)
@@ -16,7 +16,7 @@
        beStrictAboutTestsThatDoNotTestAnything="true"
        beStrictAboutOutputDuringTests="true"
        beStrictAboutTestSize="true"
-       verbose="true">
+       verbose="false">
        <testsuites>
                <testsuite name="includes">
                        <directory>includes</directory>