public static function UserPermissionsTestCase::getInfo

7.x user.test public static UserPermissionsTestCase::getInfo()

File

drupal-7.x/modules/user/user.test, line 1230
Tests for user.module.

Class

UserPermissionsTestCase

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'
  );
}