public static function MailhandlerTestCase::getInfo in Mailhandler 6.2
Same name and namespace in other branches
- 6 mailhandler.test \MailhandlerTestCase::getInfo()
- 7.2 tests/mailhandler.test \MailhandlerTestCase::getInfo()
File
- tests/
mailhandler.test, line 10 - Tests for Mailhandler modules.
Class
- MailhandlerTestCase
- @file Tests for Mailhandler modules.
Code
public static function getInfo() {
return array(
'name' => 'Mailbox creation and import',
'description' => 'Create mailboxes and feeds importers and make sure they work.',
'group' => 'Mailhandler',
);
}