public static function FaviconDeliveryTestCase::getInfo in Favicon 7.2
inheritdoc}
File
- tests/
FaviconDeliveryTestCase.test, line 8
Class
Code
public static function getInfo() {
return array(
'name' => 'Favicon delivery',
'description' => 'Tests the various delivery methods for favicons.',
'group' => 'Favicon',
);
}