function TypogrifySmartyPantsTestCase::getInfo in Typogrify 7
Same name and namespace in other branches
- 6 tests/typogrify-smartypants.test \TypogrifySmartyPantsTestCase::getInfo()
Implements getInfo().
File
- tests/
typogrify-smartypants.test, line 13 - Unit tests for the basic typogrify functionality.
Class
- TypogrifySmartyPantsTestCase
- @file Unit tests for the basic typogrify functionality.
Code
function getInfo() {
return array(
'name' => t('Typogrify with SmartyPants'),
'description' => t('Test the application of the full package of Typogrify and SmartyPants.'),
'group' => t('Typogrify'),
);
}