public static function ProfileTestAutocomplete::getInfo

File

drupal/modules/profile/profile.test, line 319
Tests for profile.module.

Class

ProfileTestAutocomplete
Test profile field autocompletion and access.

Code

public static function getInfo() {
  return array(
    'name' => 'Autocompletion',
    'description' => 'Test profile fields with autocompletion.',
    'group' => 'Profile',
  );
}