projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5281d19
)
Complete abstract methods.
author
Gunnar Wrobel
<p@rdus.de>
Thu, 9 Apr 2009 20:17:31 +0000
(22:17 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Thu, 9 Apr 2009 20:17:31 +0000
(22:17 +0200)
framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php
b/framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php
index
9ee7b25
..
f20b84d
100644
(file)
--- a/
framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php
+++ b/
framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php
@@
-153,6
+153,21
@@
class Horde_Kolab_Server_None extends Horde_Kolab_Server
}
/**
+ * Stub for renaming an object.
+ *
+ * @param string $uid The UID of the object to be renamed.
+ * @param string $new The new UID of the object.
+ *
+ * @return boolean True if renaming succeeded.
+ *
+ * @throws Horde_Kolab_Server_Exception
+ */
+ public function rename($uid, $new)
+ {
+ throw new Horde_Kolab_Server_Exception('Not implemented!');
+ }
+
+ /**
* Determine the type of a Kolab object.
*
* @param string $uid The UID of the object to examine.