function AggregatorTestCase::getRSS091Sample

7.x aggregator.test AggregatorTestCase::getRSS091Sample()
2 calls to AggregatorTestCase::getRSS091Sample()
FeedParserTestCase::testRSS091Sample in drupal-7.x/modules/aggregator/aggregator.test
Tests a feed that uses the RSS 0.91 format.
UpdateFeedItemTestCase::testUpdateFeedItem in drupal-7.x/modules/aggregator/aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.

File

drupal-7.x/modules/aggregator/aggregator.test, line 281
Tests for aggregator.module.

Class

AggregatorTestCase
Defines a base class for testing the Aggregator module.

Code

function getRSS091Sample() {
  return $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'aggregator') . '/tests/aggregator_test_rss091.xml';
}