You are here

function TypogrifySmartyPantsTestCase::getInfo in Typogrify 6

Same name and namespace in other branches
  1. 7 tests/typogrify-smartypants.test \TypogrifySmartyPantsTestCase::getInfo()

Implementation of getInfo().

File

tests/typogrify-smartypants.test, line 12
typogrify.class.test Unit tests for the basic typogrify functionality.

Class

TypogrifySmartyPantsTestCase
@file typogrify.class.test 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'),
  );
}