public static function SendgridIntegrationTestCase::getInfo in SendGrid Integration 8.2
Same name and namespace in other branches
- 8 tests/sendgrid_integration.test \SendgridIntegrationTestCase::getInfo()
- 7 tests/sendgrid_integration.test \SendgridIntegrationTestCase::getInfo()
2 methods override SendgridIntegrationTestCase::getInfo()
File
- tests/
sendgrid_integration.test, line 30 - Contains tests for the Sendgrid Integration module.
Class
- SendgridIntegrationTestCase
- Test case.
Code
public static function getInfo() {
return [
'name' => 'Sendgrid Integration Tests',
'description' => 'Tests core setup functions.',
'group' => 'Sendgrid Integration',
];
}