You are here

public static function SmartcropImagickTestCase::getInfo in Imagick 7

File

imagick_smartcrop/imagick_smartcrop.test, line 11
Tests for the smartcrop module.

Class

SmartcropImagickTestCase
@file Tests for the smartcrop module.

Code

public static function getInfo() {
  return array(
    'name' => t('Smartcrop Imagick test'),
    'description' => t('Test Smartcrop Imagick.'),
    'group' => t('Image'),
  );
}