function AggregatorTestCase::getNoTitleSample
1 call to AggregatorTestCase::getNoTitleSample()
- FeedParserTestCase::testNoTitleSample in modules/
aggregator/ aggregator.test - Tests a feed with no title; the description should be used to generate one.
File
-
modules/
aggregator/ aggregator.test, line 295
Class
- AggregatorTestCase
- Defines a base class for testing the Aggregator module.
Code
function getNoTitleSample() {
return $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'aggregator') . '/tests/aggregator_test_title_from_desc.xml';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.