You are here

public static function EmailRegistrationTestCase::getInfo in Email Registration 6

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

Implementation of getInfo().

File

./email_registration.test, line 12
email registration simpletest

Class

EmailRegistrationTestCase
@file email registration simpletest

Code

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