You are here

public static function CDNCssUrlTestCase::getInfo in CDN 7.2

File

tests/cdn.test, line 641
Test CDN.

Class

CDNCssUrlTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'CSS URLs',
    'description' => 'Verify URLs in CSS files are rewritten properly.',
    'group' => 'CDN',
  );
}