Files
yii2/tests/framework/rbac/MySQLManagerTest.php
2015-04-16 12:10:01 +03:00

13 lines
151 B
PHP

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