public static function ProfileTestFields::getInfo

Archivo

drupal-7.x/modules/profile/profile.test, line 168
Tests for profile.module.

Class

ProfileTestFields

Código

public static function getInfo() {
  return array(
    'name' => 'Test single fields',
    'description' => 'Testing profile module with add/edit/delete textfield, textarea, list, checkbox, and url fields into profile page',
    'group' => 'Profile',
  );
}