public static function MaxlengthTestCase::getInfo in Maxlength 8
Same name and namespace in other branches
- 7.3 maxlength.test \MaxlengthTestCase::getInfo()
File
- ./
maxlength.test, line 12 - Test maxlength module.
Class
- MaxlengthTestCase
- @file Test maxlength module.
Code
public static function getInfo() {
return array(
'name' => 'Test maxlength module',
'description' => 'Tests the different features of the maxlength module.',
'group' => 'Maxlength',
);
}