summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-19 11:25:31 -0800
committerLukas Reschke <lukas@statuscode.ch>2013-01-19 11:25:31 -0800
commit10a9ddd9b2c1b0d28118aa1d6848c799db05f332 (patch)
tree65357e91b47d5538ac95c5fc5789423d39e4ad2b
parent8daefd00fbed7dd06da707418b2690e0aed2ea5a (diff)
parentbc8957a195eb52d411b61faeaf686db985174590 (diff)
downloadnextcloud-server-10a9ddd9b2c1b0d28118aa1d6848c799db05f332.tar.gz
nextcloud-server-10a9ddd9b2c1b0d28118aa1d6848c799db05f332.zip
Merge pull request #1233 from owncloud/visualphpunit
Add listener for VisualPHPUnit
-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>