public static function RegcodeTestCase::getInfo in Registration codes 7.2
Implements DrupalWebTestCase::getInfo().
File
- tests/
regcode.test, line 30 - Tests suite for the Registration codes module.
Class
- RegcodeTestCase
- Tests operations of the regcode module.
Code
public static function getInfo() {
return array(
'name' => 'Regcode settings',
'description' => 'Tests operation of the Regcode settings page.',
'group' => 'Registration codes',
);
}