MySQLManagerTest.php 151 Bytes
Newer Older
1 2 3 4 5
<?php
namespace yiiunit\framework\rbac;

/**
 * MySQLManagerTest
6 7
 * @group db
 * @group rbac
8 9 10 11 12
 */
class MySQLManagerTest extends DbManagerTestCase
{

}