public static function UserValidateCurrentPassCustomForm::getInfo

File

drupal/modules/user/user.test, line 2598
Tests for user.module.

Class

UserValidateCurrentPassCustomForm
Tests user_validate_current_pass on a custom form.

Code

public static function getInfo() {
  return array(
    'name' => 'User validate current pass custom form',
    'description' => 'Test that user_validate_current_pass is usable on a custom form.',
    'group' => 'User',
  );
}