You are here

public static function TextimageFieldFormatterTest::getInfo in Textimage 7.3

Get info.

File

tests/textimage.test, line 310
Textimage - web test case script.

Class

TextimageFieldFormatterTest
Test class to check that Textimage formatter is working.

Code

public static function getInfo() {
  return array(
    'name' => 'Textimage field formatter',
    'description' => 'Test Textimage display formatter.',
    'group' => 'Textimage',
  );
}