From: Michael M Slusarz Date: Sat, 4 Sep 2010 06:11:42 +0000 (-0600) Subject: Make tests run X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d5b189c9f96492312380fb5b9795fa98397adfa1;p=horde.git Make tests run --- diff --git a/imp/lib/tests/Imp/Stub/Registry.php b/imp/lib/tests/Imp/Stub/Registry.php index 1f4e0b054..b4f10577d 100644 --- a/imp/lib/tests/Imp/Stub/Registry.php +++ b/imp/lib/tests/Imp/Stub/Registry.php @@ -40,4 +40,9 @@ class IMP_Stub_Registry { $this->_charset = $charset; } -} \ No newline at end of file + + public function get($parameter, $app = null) + { + return null; + } +}