public static function UserPermissionsTestCase::getInfo

Archivo

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

Class

UserPermissionsTestCase

Código

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