function GeshiFilterTest::getInfo in GeSHi Filter for syntax highlighting 6
Same name and namespace in other branches
- 7 geshifilter.test \GeshiFilterTest::getInfo()
Drupal SimpleTest method: return metadata about the test.
File
- ./
geshifilter.test, line 163 - Tests for the GeSHi filter module.
Class
Code
function getInfo() {
return array(
'name' => t('GeSHi input filter'),
'description' => t('Test the input filter capabilities of the GeSHi filter.'),
'group' => t('GeSHi filter module'),
);
}