You are here

public static function BmTestEmail::getInfo in Backup and Migrate 7.3

Define this test class.

File

tests/BmTestEmail.test, line 16
Test email delivery.

Class

BmTestEmail
Test email delivery.

Code

public static function getInfo() {
  return array(
    'name' => 'Email handling',
    'description' => 'Confirm email handling works as intended.',
    'group' => 'backup_migrate',
  );
}