From d5b189c9f96492312380fb5b9795fa98397adfa1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 4 Sep 2010 00:11:42 -0600 Subject: [PATCH] Make tests run --- imp/lib/tests/Imp/Stub/Registry.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; + } +} -- 2.11.0