function DrupalAddFeedTestCase::getInfo
File
-
modules/
simpletest/ tests/ common.test, line 3186
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.