public static function FeedIconTest::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ common.test, line 2666 - Tests for common.inc functionality.
Class
- FeedIconTest
- Test for theme_feed_icon().
Código
public static function getInfo() {
return array(
'name' => 'Feed icon',
'description' => 'Check escaping of theme_feed_icon()',
'group' => 'System',
);
}