public static function UserValidateCurrentPassCustomFormTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php, line 24
Definition of Drupal\user\Tests\UserValidateCurrentPassCustomFormTest.

Class

UserValidateCurrentPassCustomFormTest
Tests user_validate_current_pass on a custom form.

Namespace

Drupal\user\Tests

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