public static function PollDeleteChoiceTestCase::getInfo
Archivo
- drupal-7.x/
modules/ poll/ poll.test, line 767 - Tests for poll.module.
Class
Código
public static function getInfo() {
return array(
'name' => 'Poll choice deletion',
'description' => 'Test the poll choice deletion logic.',
'group' => 'Poll',
);
}