sendgrid_integration.mail_test.test in SendGrid Integration 8.2
Same filename and directory in other branches
Contains tests for the Sendgrid Integration module.
File
tests/sendgrid_integration.mail_test.testView source
<?php
/**
* @file
* Contains tests for the Sendgrid Integration module.
*/
/**
* Test case.
*/
class SendgridIntegrationTestCaseMail extends SendgridIntegrationTestCase {
/**
* {@inheritdoc}
*/
public static function getInfo() {
return [
'name' => 'Sendgrid Integration Mail Tests',
'description' => 'Test mail functions.',
'group' => 'Sendgrid Integration',
];
}
}
Classes
Name | Description |
---|---|
SendgridIntegrationTestCaseMail | Test case. |