From: Gunnar Wrobel Date: Thu, 9 Apr 2009 12:47:42 +0000 (+0200) Subject: Fix testing. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=671eeff12323e997078046831672e724ddfe432d;p=horde.git Fix testing. --- diff --git a/framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php b/framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php index 5fdc68681..15e8fc0a8 100644 --- 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.