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