diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-09 12:25:22 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-09 12:25:22 +0100 |
commit | 7a290a3d6b779a624700ee3d264d3a87cb38b08b (patch) | |
tree | 7fbaaff8d79cca27b4efcc4de215d614f2713a88 /tests | |
parent | 4c13918bd8b12ac4bd341c846a50accc1bf9704d (diff) | |
download | nextcloud-server-7a290a3d6b779a624700ee3d264d3a87cb38b08b.tar.gz nextcloud-server-7a290a3d6b779a624700ee3d264d3a87cb38b08b.zip |
Make class compatible
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 5fa260ffc3b..a34d45bf3d0 100644 --- a/tests/lib/contacts/localadressbook.php +++ b/tests/lib/contacts/localadressbook.php @@ -78,6 +78,9 @@ class SimpleUserForTesting implements \OCP\IUser { public function getHome() { } + public function getBackendClassName() { + } + public function canChangeAvatar() { } |