function AggregatorTestCase::getHtmlEntitiesSample
1 call to AggregatorTestCase::getHtmlEntitiesSample()
- FeedParserTestCase::testHtmlEntitiesSample in modules/
aggregator/ aggregator.test - Tests a feed that uses HTML entities in item titles.
File
-
modules/
aggregator/ aggregator.test, line 291
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';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.