public static function PrivatemsgLinksTestCase::getInfo in Privatemsg 7
Same name and namespace in other branches
- 6.2 privatemsg.test \PrivatemsgLinksTestCase::getInfo()
- 6 privatemsg.test \PrivatemsgLinksTestCase::getInfo()
- 7.2 privatemsg.test \PrivatemsgLinksTestCase::getInfo()
Implements of getInfo().
File
- ./
privatemsg.test, line 1044 - Test file for privatemsg.module
Class
- PrivatemsgLinksTestCase
- Tests for fields integration.
Code
public static function getInfo() {
return array(
'name' => t('Privatemsg links'),
'description' => t('Tests links displayed in nodes, profiles and blocks.'),
'group' => t('Privatemsg'),
);
}