You are here

public static function EmailExampleTestCase::getInfo in Examples for Developers 7

Same name and namespace in other branches
  1. 6 email_example/email_example.test \EmailExampleTestCase::getInfo()

File

email_example/email_example.test, line 19
Simpletest case for email_example module.

Class

EmailExampleTestCase
Functionality tests for email example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Email example',
    'description' => 'Verify the email submission using the contact form.',
    'group' => 'Examples',
  );
}