]> source.dussan.org Git - nextcloud-server.git/commitdiff
phpunit: Remove PHPUnit_Util_Log_JSON which spammed to stdout on console.
authorAndreas Fischer <bantu@owncloud.com>
Tue, 25 Jun 2013 19:57:00 +0000 (21:57 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Tue, 25 Jun 2013 19:57:00 +0000 (21:57 +0200)
tests/phpunit.xml

index 510c38a3c8bf3bfcf5f87c52b52ce34465df655d..25dfc64cfeb748a9f5f8fbff820c1c8be86ba826 100644 (file)
@@ -15,7 +15,4 @@
                        </exclude>
                </whitelist>
        </filter>
-       <listeners>
-               <listener class="PHPUnit_Util_Log_JSON"></listener>
-       </listeners>
 </phpunit>