public static function ProfileTestFields::getInfo

File

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

Class

ProfileTestFields

Code

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