public static function ProfileTestSelect::getInfo

7.x profile.test public static ProfileTestSelect::getInfo()

File

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

Class

ProfileTestSelect

Code

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