public static function PollDeleteChoiceTestCase::getInfo in Drupal 7
File
- modules/
poll/ poll.test, line 772 - Tests for poll.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Poll choice deletion',
'description' => 'Test the poll choice deletion logic.',
'group' => 'Poll',
);
}