You are here

function TypogrifyClassTestCase::getInfo in Typogrify 6

Same name and namespace in other branches
  1. 7 tests/typogrify.class.test \TypogrifyClassTestCase::getInfo()

Implementation of getInfo().

File

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

Class

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