function UserActionsTest::getInfo

File

modules/user/user.test, line 3008

Class

UserActionsTest
Tests actions provided by the User module.

Code

public static function getInfo() {
  return array(
    'name' => 'User actions',
    'description' => 'Test actions provided by the user module.',
    'group' => 'User',
  );
}

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