diff options
-rw-r--r-- | tests/phpunit.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 23cd123edc6..f5a686c3020 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -11,4 +11,7 @@ <directory suffix=".php">../3rdparty</directory> </exclude> </whitelist> + <listeners> + <listener class="PHPUnit_Util_Log_JSON"></listener> + </listeners> </phpunit> |