You are here

public static function CDNImageTestCase::getInfo in CDN 7.2

File

tests/cdn.test, line 504
Test CDN.

Class

CDNImageTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Image and Download Link HTML altering',
    'description' => 'Verify that image and anchor link URLs inside HTML are rewritten correctly.',
    'group' => 'CDN',
  );
}