You are here

public static function ImageAttachTestCase::getInfo in Image 6

File

contrib/image_attach/tests/image_attach.test, line 12

Class

ImageAttachTestCase
Test image functionality.

Code

public static function getInfo() {
  return array(
    'name' => t('Image attach functionality'),
    'description' => t('Test Image attach module functionality.'),
    'group' => t('Image'),
  );
}