projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea057a7
)
No need for a factory; create a sqlite adapter directly
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 14 Jan 2010 22:36:21 +0000
(17:36 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 14 Jan 2010 22:36:21 +0000
(17:36 -0500)
content/test/Tags/TaggerTest.php
patch
|
blob
|
history
diff --git
a/content/test/Tags/TaggerTest.php
b/content/test/Tags/TaggerTest.php
index
05bf174
..
fc289a0
100644
(file)
--- a/
content/test/Tags/TaggerTest.php
+++ b/
content/test/Tags/TaggerTest.php
@@
-18,8
+18,7
@@
class Content_Tags_TaggerTest extends PHPUnit_Framework_TestCase
{
protected function setUp()
{
- $this->db = Horde_Db_Adapter::factory(array(
- 'adapter' => 'pdo_sqlite',
+ $this->db = new Horde_Db_Adapter_Pdo_Sqlite(array(
'dbname' => ':memory:',
));