Commit 9f6a652a authored by zYne's avatar zYne

--no commit message

--no commit message
parent 8ea6bfc1
...@@ -7,7 +7,7 @@ class Doctrine_Db_Profiler_TestCase extends Doctrine_UnitTestCase { ...@@ -7,7 +7,7 @@ class Doctrine_Db_Profiler_TestCase extends Doctrine_UnitTestCase {
public function prepareData() {} public function prepareData() {}
public function testQuery() { public function testQuery() {
$this->dbh = Doctrine_Db2::getConnection('sqlite::memory:'); $this->dbh = Doctrine_Db::getConnection('sqlite::memory:');
$this->profiler = new Doctrine_Db_Profiler(); $this->profiler = new Doctrine_Db_Profiler();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment