public static function MakemeetingPollAdminTestCase::getInfo in Make Meeting Scheduler 7.2
Implements getInfo().
File
- ./
makemeeting.test, line 20 - Makemeeting tests
Class
- MakemeetingPollAdminTestCase
- Test for the creation of a makemeeting poll.
Code
public static function getInfo() {
return array(
'name' => t('Poll authoring tasks'),
'description' => t('Tests for creating, updating and deleting polls.'),
'group' => t('Makemeeting'),
);
}