You are here

public static function DomainRegistrationTest::getInfo in Restrict Domain Registration 7

File

./domain_registration.test, line 10
Tests for the Domain Registration Module

Class

DomainRegistrationTest
@file Tests for the Domain Registration Module

Code

public static function getInfo() {
  return array(
    'name' => 'Domain Registration',
    'description' => 'Test if the Domain Registration module properly allows and denies specified domains',
    'group' => 'Domain Registration',
  );
}