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();