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