You are here

public static function SmartcropTestCase::getInfo in Smart Crop 7

Same name and namespace in other branches
  1. 6 tests/smartcrop.test \SmartcropTestCase::getInfo()

File

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

Class

SmartcropTestCase
@file Tests for the smartcrop module.

Code

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