phpunit: Remove PHPUnit_Util_Log_JSON which spammed to stdout on console.

remotes/origin/stable6
Andreas Fischer 13 years ago
parent 9c9bfcd626
commit 592bb01ccd
  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