public static function DrupalAddFeedTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ common.test, line 2583 - Tests for common.inc functionality.
Class
- DrupalAddFeedTestCase
- Basic tests for drupal_add_feed().
Código
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',
);
}