You are here

public static function CDNSEOTestCase::getInfo in CDN 7.2

File

tests/cdn.test, line 676
Test CDN.

Class

CDNSEOTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'SEO',
    'description' => 'Verify SEO duplicate content prevention.',
    'group' => 'CDN',
  );
}