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