public static function UserValidateCurrentPassCustomForm::getInfo in Drupal 7
File
- modules/
user/ user.test, line 2785 - 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',
);
}