Make tests run
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 4 Sep 2010 06:11:42 +0000 (00:11 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 6 Sep 2010 20:31:15 +0000 (14:31 -0600)
imp/lib/tests/Imp/Stub/Registry.php

index 1f4e0b0..b4f1057 100644 (file)
@@ -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;
+    }
+}