You are here

function ImageCacheUrlTests::get_info in ImageCache 5.2

Drupal SimpleTest method: return metadata about the test.

File

tests/imagecache_create_url.test, line 22

Class

ImageCacheUrlTests
Test class for testing imagecache_create_url() in several use cases with the different combinations of clean URLs and private/public download method.

Code

function get_info() {
  return array(
    'name' => 'ImageCache Create URL Tests',
    'desc' => 'Assure that URLs are properly generated by imagecache_create_url(), as discussed at http://drupal.org/node/241541',
    'group' => 'ImageCache',
  );
}