mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 06:40:59 +08:00
15 lines
256 B
PHP
15 lines
256 B
PHP
<?php
|
|
namespace yiiunit\framework\db\sqlite;
|
|
|
|
use yiiunit\framework\data\ActiveDataProviderTest;
|
|
|
|
/**
|
|
* @group db
|
|
* @group sqlite
|
|
* @group data
|
|
*/
|
|
class SqliteActiveDataProviderTest extends ActiveDataProviderTest
|
|
{
|
|
public $driverName = 'sqlite';
|
|
}
|