Merge pull request #3847 from bantu/phpunit-json-listener-removal

phpunit: Remove PHPUnit_Util_Log_JSON which spammed to stdout on console
This commit is contained in:
Thomas Müller 2013-06-27 01:55:57 -07:00
commit aa7403500f
1 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,4 @@
</exclude>
</whitelist>
</filter>
<listeners>
<listener class="PHPUnit_Util_Log_JSON"></listener>
</listeners>
</phpunit>