public static function DrupalAddFeedTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 3047 - Tests for common.inc functionality.
Class
- DrupalAddFeedTestCase
- Basic tests for drupal_add_feed().
Code
public static function getInfo() {
return array(
'name' => 'drupal_add_feed() tests',
'description' => 'Make sure that drupal_add_feed() works correctly with various constructs.',
'group' => 'System',
);
}