You are here

public static function FeedIconTest::getInfo in Drupal 7

File

modules/simpletest/tests/common.test, line 3130
Tests for common.inc functionality.

Class

FeedIconTest
Test for theme_feed_icon().

Code

public static function getInfo() {
  return array(
    'name' => 'Feed icon',
    'description' => 'Check escaping of theme_feed_icon()',
    'group' => 'System',
  );
}