You are here

sendgrid_integration.mail.test in SendGrid Integration 8.2

Same filename and directory in other branches
  1. 8 tests/sendgrid_integration.mail.test

Contains tests for the Sendgrid Integration module.

File

tests/sendgrid_integration.mail.test
View source
<?php

/**
 * @file
 * Contains tests for the Sendgrid Integration module.
 */

/**
 * Test case.
 */
class SendgridIntegrationTestCaseMail extends SendgridIntegrationTestCase {

  /**
   * {@inheritdoc}
   */
  public static function getInfo() {
    return [
      'name' => 'Mail Tests',
      'description' => 'Test mail functions.',
      'group' => 'Sendgrid Integration',
    ];
  }

}

Classes

Namesort descending Description
SendgridIntegrationTestCaseMail Test case.