Files
yii2/tests/unit/framework/rbac/SqliteManagerTest.php

11 lines
169 B
PHP

<?php
namespace yiiunit\framework\rbac;
/**
* SqliteManagerTest
*/
class SqliteManagerTest extends DbManagerTestCase
{
protected static $driverName = 'sqlite';
}