function UserAutocompleteTestCase::getInfo

File

modules/user/user.test, line 1931

Class

UserAutocompleteTestCase
Test user autocompletion.

Code

public static function getInfo() {
  return array(
    'name' => 'User autocompletion',
    'description' => 'Test user autocompletion functionality.',
    'group' => 'User',
  );
}

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