public static function UserPermissionsTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php, line 16
Definition of Drupal\user\Tests\UserPermissionsTest.

Class

UserPermissionsTest

Namespace

Drupal\user\Tests

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