@ -47,4 +47,4 @@ class DatabaseTestCase extends TestCase
$this->db = $db;
return $db;
}
@ -9,4 +9,4 @@ class SqliteActiveRecordTest extends \yiiunit\framework\db\ActiveRecordTest
$this->driverName = 'sqlite';
parent::setUp();
@ -18,4 +18,4 @@ class SqliteCommandTest extends \yiiunit\framework\db\CommandTest
$command = $db->createCommand($sql);
$this->assertEquals("SELECT \"id\", 't'.\"name\" FROM 'tbl_customer' t", $command->sql);
@ -17,4 +17,4 @@ class SqliteQueryTest extends \yiiunit\framework\db\QueryTest