mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-23 15:37:24 +01:00
2.0.5 bf7edc5
This commit is contained in:
13
tests/framework/db/sqlite/SqliteQueryTest.php
Normal file
13
tests/framework/db/sqlite/SqliteQueryTest.php
Normal 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';
|
||||
}
|
||||
Reference in New Issue
Block a user