From 9f6a652a62217adf73bfb2aece470ad7b381e666 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 1 Jan 2007 18:41:24 +0000 Subject: [PATCH] --- tests/Db/ProfilerTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Db/ProfilerTestCase.php b/tests/Db/ProfilerTestCase.php index f04a28017..84b21c304 100644 --- a/tests/Db/ProfilerTestCase.php +++ b/tests/Db/ProfilerTestCase.php @@ -7,7 +7,7 @@ class Doctrine_Db_Profiler_TestCase extends Doctrine_UnitTestCase { public function prepareData() {} public function testQuery() { - $this->dbh = Doctrine_Db2::getConnection('sqlite::memory:'); + $this->dbh = Doctrine_Db::getConnection('sqlite::memory:'); $this->profiler = new Doctrine_Db_Profiler();