This commit is contained in:
╃巡洋艦㊣
2015-07-30 09:52:33 +08:00
parent 5d806e6f22
commit 586684b050
1278 changed files with 44775 additions and 30019 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace yiiunit\framework\db\sqlite;
use yiiunit\framework\db\QueryTest;
/**
* @group db
* @group sqlite
*/
class SqliteQueryTest extends QueryTest
{
protected $driverName = 'sqlite';
}