This commit is contained in:
parent
8ea6bfc120
commit
9f6a652a62
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue