You are here

public static function FaviconDeliveryTestCase::getInfo in Favicon 7.2

inheritdoc}

File

tests/FaviconDeliveryTestCase.test, line 8

Class

FaviconDeliveryTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Favicon delivery',
    'description' => 'Tests the various delivery methods for favicons.',
    'group' => 'Favicon',
  );
}