'description'=>t('Thoroughly test the administrative interface of the filter module.'),
'group'=>t('Filter'),
'name'=>'Filter administration functionality',
'description'=>'Thoroughly test the administrative interface of the filter module.',
'group'=>'Filter',
);
}
...
...
@@ -187,9 +187,9 @@ class FilterTestCase extends DrupalWebTestCase {
publicstaticfunctiongetInfo(){
returnarray(
'name'=>t('Core filters'),
'description'=>t('Filter each filter individually: Convert URLs into links, Convert line breaks, Correct broken HTML, Escape all HTML, Limit allowed HTML tags.'),
'group'=>t('Filter'),
'name'=>'Core filters',
'description'=>'Filter each filter individually: Convert URLs into links, Convert line breaks, Correct broken HTML, Escape all HTML, Limit allowed HTML tags.',