public static function UserPermissionsTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 1574 - Tests for user.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Role permissions',
'description' => 'Verify that role permissions can be added and removed via the permissions page.',
'group' => 'User',
);
}