function AggregatorTestCase::getHtmlEntitiesSample

1 call to AggregatorTestCase::getHtmlEntitiesSample()
FeedParserTestCase::testHtmlEntitiesSample in drupal/modules/aggregator/aggregator.test
Tests a feed that uses HTML entities in item titles.

File

drupal/modules/aggregator/aggregator.test, line 291
Tests for aggregator.module.

Class

AggregatorTestCase
Defines a base class for testing the Aggregator module.

Code

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