Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
aggregator.test
»
AggregatorTestCase
»
AggregatorTestCase::createFeed
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
13 calls to AggregatorTestCase::createFeed()
AddFeedTestCase::testAddFeed
in drupal/
modules/
aggregator/
aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTestCase::testAddLongFeed
in drupal/
modules/
aggregator/
aggregator.test
Tests feeds with very long URLs.
AggregatorCronTestCase::testCron
in drupal/
modules/
aggregator/
aggregator.test
Adds feeds and updates them via cron process.
AggregatorRenderingTestCase::testBlockLinks
in drupal/
modules/
aggregator/
aggregator.test
Adds a feed block to the page and checks its links.
AggregatorRenderingTestCase::testFeedPage
in drupal/
modules/
aggregator/
aggregator.test
Creates a feed and checks that feed's page.
CategorizeFeedItemTestCase::testCategorizeFeedItem
in drupal/
modules/
aggregator/
aggregator.test
Checks that children of a feed inherit a defined category.
FeedParserTestCase::testAtomSample
in drupal/
modules/
aggregator/
aggregator.test
Tests a feed that uses the Atom format.
FeedParserTestCase::testHtmlEntitiesSample
in drupal/
modules/
aggregator/
aggregator.test
Tests a feed that uses HTML entities in item titles.
FeedParserTestCase::testRSS091Sample
in drupal/
modules/
aggregator/
aggregator.test
Tests a feed that uses the RSS 0.91 format.
RemoveFeedItemTestCase::testRemoveFeedItem
in drupal/
modules/
aggregator/
aggregator.test
Tests running "remove items" from 'admin/config/services/aggregator' page.
RemoveFeedTestCase::testRemoveFeed
in drupal/
modules/
aggregator/
aggregator.test
Removes a feed and ensures that all of its services are removed.
UpdateFeedItemTestCase::testUpdateFeedItem
in drupal/
modules/
aggregator/
aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase::testUpdateFeed
in drupal/
modules/
aggregator/
aggregator.test
Creates a feed and attempts to update it.