mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 06:40:59 +08:00
13 lines
151 B
PHP
13 lines
151 B
PHP
<?php
|
|
namespace yiiunit\framework\rbac;
|
|
|
|
/**
|
|
* MySQLManagerTest
|
|
* @group db
|
|
* @group rbac
|
|
*/
|
|
class MySQLManagerTest extends DbManagerTestCase
|
|
{
|
|
|
|
}
|