1
0
mirror of synced 2025-01-18 22:41:43 +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 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();