mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 01:07:45 +01:00
Added and resolved Sqlite tests #15.
This commit is contained in:
20
tests/unit/framework/db/sqlite/SqliteQueryTest.php
Normal file
20
tests/unit/framework/db/sqlite/SqliteQueryTest.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: RusMaxim
|
||||
* Date: 09.05.13
|
||||
* Time: 21:41
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
namespace yiiunit\framework\db\sqlite;
|
||||
|
||||
|
||||
class SqliteQueryTest extends \yiiunit\framework\db\QueryTest
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
$this->driverName = 'sqlite';
|
||||
parent::setUp();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user