Fix testing.
authorGunnar Wrobel <p@rdus.de>
Mon, 29 Jun 2009 06:41:03 +0000 (08:41 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 29 Jun 2009 06:41:03 +0000 (08:41 +0200)
framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php

index 1e04b27..f80773a 100644 (file)
@@ -271,6 +271,22 @@ class Horde_Kolab_Server_None extends Horde_Kolab_Server
     }
 
     /**
+     * Find object data matching a given set of criteria.
+     *
+     * @param array  $criteria The criteria for the search.
+     * @param string $params   Additional search parameters.
+     *
+     * @return array The result array.
+     *
+     * @throws Horde_Kolab_Server_Exception
+     */
+    public function find($criteria, $params = array())
+    {
+        /* In the default class we just return an empty array */
+        return array();
+    }
+
+    /**
      * Returns the set of objects supported by this server.
      *
      * @return array An array of supported objects.