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