'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.',
@@ -9,9 +9,9 @@ class MenuTestCase extends DrupalWebTestCase {
publicstaticfunctiongetInfo(){
returnarray(
'name'=>t('Menu link creation/deletion'),
'description'=>t('Add a custom menu, add menu links to the custom menu and Navigation menu, check their data, and delete them using the menu module UI.'),
'group'=>t('Menu')
'name'=>'Menu link creation/deletion',
'description'=>'Add a custom menu, add menu links to the custom menu and Navigation menu, check their data, and delete them using the menu module UI.',