public static function SendgridIntegrationReportsTestCase::getInfo in SendGrid Integration 7
Implements getInfo().
Overrides SendgridIntegrationTestCase::getInfo
File
- modules/
sendgrid_integration_reports/ tests/ sendgrid_integration_reports.test, line 16 - Contains tests for the Sendgrid Integration Reports module.
Class
- SendgridIntegrationReportsTestCase
- Test case.
Code
public static function getInfo() {
return [
'name' => t('Sendgrid Integration Reports Tests'),
'description' => t('Test the function of the generated reports and web services.'),
'group' => t('Sendgrid Integration'),
];
}