mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 22:30:27 +08:00
13 lines
197 B
PHP
13 lines
197 B
PHP
<?php
|
|
namespace yiiunit\framework\rbac;
|
|
|
|
/**
|
|
* SqliteManagerTest
|
|
* @group db
|
|
* @group rbac
|
|
*/
|
|
class SqliteManagerTest extends DbManagerTestCase
|
|
{
|
|
protected static $driverName = 'sqlite';
|
|
}
|