mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
11 lines
123 B
PHP
11 lines
123 B
PHP
<?php
|
|
namespace yiiunit\framework\rbac;
|
|
|
|
/**
|
|
* MySQLManagerTest
|
|
*/
|
|
class MySQLManagerTest extends DbManagerTestCase
|
|
{
|
|
|
|
}
|