You are here

public static function PrivatemsgEMailNotifyTestCase::getInfo in Privatemsg 7.2

Same name and namespace in other branches
  1. 6.2 pm_email_notify/pm_email_notify.test \PrivatemsgEMailNotifyTestCase::getInfo()

Implements getInfo().

File

pm_email_notify/pm_email_notify.test, line 14
Test file for pm_email_notify.module

Class

PrivatemsgEMailNotifyTestCase
@file Test file for pm_email_notify.module

Code

public static function getInfo() {
  return array(
    'name' => t('Privatemsg E-Mail notifications.'),
    'description' => t('Test sending e-mail notifications according to the set configuration.'),
    'group' => t('Privatemsg'),
  );
}