public static function ProfileTestFields::getInfo in Drupal 7
File
- modules/
profile/ profile.test, line 168 - Tests for profile.module.
Class
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',
);
}