function LinkTokenTest::getInfo in Link 6.2
Same name and namespace in other branches
- 7 tests/LinkTokenTest.test \LinkTokenTest::getInfo()
Implementation of getInfo().
File
- tests/
link.token.test, line 27 - Contains simpletests making sure token integration works.
Class
- LinkTokenTest
- Testing that tokens can be used in link titles
Code
function getInfo() {
return array(
'name' => t('Link tokens - browser test'),
'description' => t('Tests including tokens in link titles, making sure they appear in node views. <strong>Requires <a href="@token_link">Token module</a>.</strong>'),
'group' => t('Link'),
);
}