diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-20 03:11:04 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-20 03:11:04 +0100 |
commit | 83d622132224fa61b1518e6bca430518cf138401 (patch) | |
tree | 53f79474af81e07f1304a1cf10e866b2d8af652b /tests | |
parent | 8ca30d244c19b33e7e3b0da247b70160a3acc44f (diff) | |
parent | ebc0c4b85bc382efcf64ad0b2613d70a193b18f2 (diff) | |
download | nextcloud-server-83d622132224fa61b1518e6bca430518cf138401.tar.gz nextcloud-server-83d622132224fa61b1518e6bca430518cf138401.zip |
merge master into filesytem
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> |