You are here

public static function ProtectedNodeMail::getInfo in Protected Node 7

Same name and namespace in other branches
  1. 1.0.x tests/protected_node.mail_test.test \ProtectedNodeMail::getInfo()

File

tests/protected_node.mail_test.test, line 16
Test protected node email functionality.

Class

ProtectedNodeMail
Configure protected_node to send email.

Code

public static function getInfo() {
  return array(
    'name' => 'Protected node email feature',
    'description' => "This tests mail features",
    'group' => 'Protected Node',
  );
}