You are here

public static function EmailRegistrationTestCase::getInfo in Email Registration 7

Same name and namespace in other branches
  1. 6 email_registration.test \EmailRegistrationTestCase::getInfo()

Implement getInfo().

File

./email_registration.test, line 13
Contains EmailRegistrationTestCase.

Class

EmailRegistrationTestCase
@file Contains EmailRegistrationTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Email registration.',
    'description' => 'Test the email registration module.',
    'group' => 'Email registration',
  );
}