You are here

public static function ImageLinkFormatterFieldUITestCase::getInfo in Image Link Formatter 7

Implements DrupalWebTestCase::getInfo().

File

./image_link_formatter.test, line 269
Test the Image Link Formatter module.

Class

ImageLinkFormatterFieldUITestCase
Test Image Link Formatter's form and summary on the Manage display pages.

Code

public static function getInfo() {
  return array(
    'name' => 'Manage display formatter configuration',
    'description' => 'Test the configuration of the Image Link Formatter display settings on the Manage display page.',
    'group' => 'Image Link Formatter',
  );
}