public static function PrivatemsgTokenTestCase::getInfo in Privatemsg 7
Same name and namespace in other branches
- 7.2 privatemsg.test \PrivatemsgTokenTestCase::getInfo()
Implements of getInfo().
File
- ./
privatemsg.test, line 1198 - Test file for privatemsg.module
Class
- PrivatemsgTokenTestCase
- Tests for fields integration.
Code
public static function getInfo() {
return array(
'name' => t('Privatemsg tokens'),
'description' => t('Tests tokens in private messages.'),
'group' => t('Privatemsg'),
'dependencies' => array(
'token',
),
);
}