function UserPermissionsTestCase::getInfo

File

modules/user/user.test, line 1612

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.