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
Tests for aggregator.module.

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';
}