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

phpunit: Remove PHPUnit_Util_Log_JSON which spammed to stdout on console
remotes/origin/stable6
Thomas Müller 12 years ago
commit aa7403500f
  1. 3
      tests/phpunit.xml

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

Loading…
Cancel
Save