You are here

public static function RequiredByRoleUnitTestCase::getInfo in Required by role 7.2

GetInfo method.

File

tests/required_by_role_test/RequiredByRoleUnitTestCase.test, line 19
Unit test for the ByRole plugin.

Class

RequiredByRoleUnitTestCase
@file Unit test for the ByRole plugin.

Code

public static function getInfo() {
  return array(
    'name' => 'By role',
    'description' => 'Tests "By role" plugin.',
    'group' => 'Required By Role',
  );
}