projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d5d2c
)
Fix testing.
author
Gunnar Wrobel
<p@rdus.de>
Thu, 9 Apr 2009 12:47:42 +0000
(14:47 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Thu, 9 Apr 2009 12:47:42 +0000
(14:47 +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
5fdc686
..
15e8fc0
100644
(file)
--- a/
framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php
+++ b/
framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php
@@
-139,6
+139,20
@@
class Horde_Kolab_Server_None extends Horde_Kolab_Server
}
/**
+ * Stub for deleting an object.
+ *
+ * @param string $uid The UID of the object to be deleted.
+ *
+ * @return boolean True if saving succeeded.
+ *
+ * @throws Horde_Kolab_Server_Exception
+ */
+ public function delete($uid)
+ {
+ 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.