Files
yii2/tests/unit/framework/rbac/MySQLManagerTest.php
2014-07-29 01:52:34 +02:00

13 lines
151 B
PHP

<?php
namespace yiiunit\framework\rbac;
/**
* MySQLManagerTest
* @group db
* @group rbac
*/
class MySQLManagerTest extends DbManagerTestCase
{
}