diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-18 23:03:53 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-18 23:03:53 -0500 |
commit | bc8957a195eb52d411b61faeaf686db985174590 (patch) | |
tree | a5ea354af727e7d1a0f15225f7b7d5b239ac2d17 /tests | |
parent | a17ca3a69aae0dde9aaf24f23aeffdd8658829f0 (diff) | |
download | nextcloud-server-bc8957a195eb52d411b61faeaf686db985174590.tar.gz nextcloud-server-bc8957a195eb52d411b61faeaf686db985174590.zip |
Add listener for VisualPHPUnit
Diffstat (limited to 'tests')
-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> |