public static function SmartcropTestCase::getInfo in Smart Crop 6
Same name and namespace in other branches
- 7 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('Imagecache'),
);
}