public static function ProfileTestDate::getInfo

File

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

Class

ProfileTestDate

Code

public static function getInfo() {
  return array(
    'name' => 'Test date field',
    'description' => 'Testing profile module with add/edit/delete a date field',
    'group' => 'Profile',
  );
}