public static function SoftLengthLimitWebTestCase::getInfo in Soft Length Limit 7
Info for simpletest.module.
File
- ./
soft_length_limit.test, line 16 - Test case for soft_length_limit module
Class
- SoftLengthLimitWebTestCase
- Tests the relevant functionality provided by the soft_length_limit module.
Code
public static function getInfo() {
return array(
'name' => 'Soft Length Limit',
'description' => 'Ensure that the soft limit is applied to the chosen fields',
'group' => 'Soft Length Limit',
);
}