public static function PrivatemsgFilterWidgetTestCase::getInfo in Privatemsg 7.2
Same name and namespace in other branches
- 6.2 privatemsg_filter/privatemsg_filter.test \PrivatemsgFilterWidgetTestCase::getInfo()
- 7 privatemsg_filter/privatemsg_filter.test \PrivatemsgFilterWidgetTestCase::getInfo()
Implements getInfo().
File
- privatemsg_filter/
privatemsg_filter.test, line 439 - Contains tests for the privatemsg_filter module.
Class
- PrivatemsgFilterWidgetTestCase
- Test filters, tags and inbox/sent handling.
Code
public static function getInfo() {
return array(
'name' => t('Privatemsg filter widget'),
'description' => t('Tests the Privatemsg filter widget displayed on message listings'),
'group' => t('Privatemsg'),
);
}