diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-06-25 21:57:00 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-06-25 21:57:00 +0200 |
commit | 592bb01ccde6e4fbbf9e306aa0bafddabf3b8b67 (patch) | |
tree | c0b07694ae3516ca2812d202e87557d28d06fb29 | |
parent | 9c9bfcd6261909963621162b2fd56cb33cba514a (diff) | |
download | nextcloud-server-592bb01ccde6e4fbbf9e306aa0bafddabf3b8b67.tar.gz nextcloud-server-592bb01ccde6e4fbbf9e306aa0bafddabf3b8b67.zip |
phpunit: Remove PHPUnit_Util_Log_JSON which spammed to stdout on console.
-rw-r--r-- | tests/phpunit.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 510c38a3c8b..25dfc64cfeb 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -15,7 +15,4 @@ </exclude> </whitelist> </filter> - <listeners> - <listener class="PHPUnit_Util_Log_JSON"></listener> - </listeners> </phpunit> |