projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4573389
)
Should be the last of the Horde_Db_Base -> Horde_Db_Adapter_Base conversions
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 2 Jun 2010 17:54:41 +0000
(11:54 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 2 Jun 2010 19:54:04 +0000
(13:54 -0600)
content/test/Tags/TaggerTest.php
patch
|
blob
|
history
diff --git
a/content/test/Tags/TaggerTest.php
b/content/test/Tags/TaggerTest.php
index
de3b83b
..
0e89786
100644
(file)
--- a/
content/test/Tags/TaggerTest.php
+++ b/
content/test/Tags/TaggerTest.php
@@
-21,7
+21,7
@@
class Content_Tags_TaggerTest extends PHPUnit_Framework_TestCase
$injector = new Horde_Injector(new Horde_Injector_TopLevel());
$db = new Horde_Db_Adapter_Pdo_Sqlite(array('dbname' => ':memory:'));
- $injector->setInstance('Horde_Db_Base', $db);
+ $injector->setInstance('Horde_Db_
Adapter_
Base', $db);
$this->tagger = $injector->getInstance('Content_Tagger');