public static function UserPermissionsTestCase::getInfo

File

drupal/modules/user/user.test, line 1393
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',
  );
}