1
0
mirror of synced 2024-12-14 15:16:04 +03:00
This commit is contained in:
zYne 2007-01-01 18:41:24 +00:00
parent 8ea6bfc120
commit 9f6a652a62

View File

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