You are here

public static function ContextReactionThemeHtmlTest::getInfo in Context 7.3

File

tests/context.reactions.test, line 225

Class

ContextReactionThemeHtmlTest

Code

public static function getInfo() {
  return array(
    'name' => 'Reaction: theme html',
    'description' => 'Test theme html reaction.',
    'group' => 'Context',
  );
}