projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6717b87
)
Make tests run
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 4 Sep 2010 06:11:42 +0000
(
00:11
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 6 Sep 2010 20:31:15 +0000
(14:31 -0600)
imp/lib/tests/Imp/Stub/Registry.php
patch
|
blob
|
history
diff --git
a/imp/lib/tests/Imp/Stub/Registry.php
b/imp/lib/tests/Imp/Stub/Registry.php
index
1f4e0b0
..
b4f1057
100644
(file)
--- 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;
+ }
+}