diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 13:57:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-02 09:14:41 +0100 |
commit | df6fc6cc70ceb06e0b9d8a7ff9ce4cbf2f74e710 (patch) | |
tree | 37679559a66256e7d3457d5a93d2534d2e34aa44 /tests | |
parent | 7c8a84e7ac31a0f4c1d59ad1c13ca0c5cce65d8e (diff) | |
download | nextcloud-server-df6fc6cc70ceb06e0b9d8a7ff9ce4cbf2f74e710.tar.gz nextcloud-server-df6fc6cc70ceb06e0b9d8a7ff9ce4cbf2f74e710.zip |
Add the user's cloud id to the vCard
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/contacts/localadressbook.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/contacts/localadressbook.php b/tests/lib/contacts/localadressbook.php index 54168324538..e5c43460835 100644 --- a/tests/lib/contacts/localadressbook.php +++ b/tests/lib/contacts/localadressbook.php @@ -102,4 +102,7 @@ class SimpleUserForTesting implements IUser { public function getAvatarImage($size) { } + + public function getCloudId() { + } } |