summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-01-18 23:03:53 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2013-01-18 23:03:53 -0500
commitbc8957a195eb52d411b61faeaf686db985174590 (patch)
treea5ea354af727e7d1a0f15225f7b7d5b239ac2d17 /tests
parenta17ca3a69aae0dde9aaf24f23aeffdd8658829f0 (diff)
downloadnextcloud-server-bc8957a195eb52d411b61faeaf686db985174590.tar.gz
nextcloud-server-bc8957a195eb52d411b61faeaf686db985174590.zip
Add listener for VisualPHPUnit
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml3
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>