public static function GeshiFilterTest::getInfo in GeSHi Filter for syntax highlighting 7
Same name and namespace in other branches
- 6 geshifilter.test \GeshiFilterTest::getInfo()
Drupal SimpleTest method: return metadata about the test.
File
- ./
geshifilter.test, line 165 - Tests for the GeSHi filter module.
Class
- GeshiFilterTest
- Funcional tests for the GeSHi filter node content.
Code
public static 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'),
);
}