code style + test groups

This commit is contained in:
Carsten Brandt
2014-07-29 01:52:34 +02:00
parent 9e62d5589a
commit 74c99dc959
5 changed files with 7 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ namespace yiiunit\framework\rbac;
/**
* MySQLManagerTest
* @group db
* @group rbac
*/
class MySQLManagerTest extends DbManagerTestCase
{