public static function ProfileTestDate::getInfo in Drupal 7
File
- modules/
profile/ profile.test, line 245 - Tests for profile.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Test date field',
'description' => 'Testing profile module with add/edit/delete a date field',
'group' => 'Profile',
);
}