You are here

public static function ImagecacheProportionsDisplaytestCase::getInfo in Imagecache Proportions 7

File

./imagecache_proportions.test, line 43
Tests for imagecache_proportions

Class

ImagecacheProportionsDisplaytestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Imagecache Proportions display test',
    'description' => 'Test the display of imagecache proportions',
    'group' => 'Imagecache Proportions',
  );
}