You are here

function GeshiFilterTest::get_info in GeSHi Filter for syntax highlighting 5.2

Drupal SimpleTest method: return metadata about the test.

File

tests/geshifilter.test, line 26

Class

GeshiFilterTest
Unit tests for the GeSHi filter module.

Code

function get_info() {
  return array(
    'name' => t('GeSHi input filter'),
    'desc' => t('Test the GeSHi input filter.'),
    'group' => t('GeSHi module'),
  );
}