public static function ImagecacheProportionsTestCase::getInfo in Imagecache Proportions 7
File
- ./
imagecache_proportions.test, line 10 - Tests for imagecache_proportions
Class
- ImagecacheProportionsTestCase
- @file Tests for imagecache_proportions
Code
public static function getInfo() {
return array(
'name' => 'Imagecache Proportions test proportions',
'description' => 'Test the processing of image style proportions',
'group' => 'Imagecache Proportions',
);
}