function TypogrifyClassTestCase::getInfo in Typogrify 7
Same name and namespace in other branches
- 6 tests/typogrify.class.test \TypogrifyClassTestCase::getInfo()
Implements getInfo().
File
- tests/
typogrify.class.test, line 12 - Unit tests for the basic typogrify functionality.
Class
- TypogrifyClassTestCase
- @file Unit tests for the basic typogrify functionality.
Code
function getInfo() {
return array(
'name' => t('typogrify.class basic tests'),
'description' => t('Testing all methods on the Typogrify class and their interaction.'),
'group' => t('Typogrify'),
);
}