Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
AggregatorTestBase.php
»
AggregatorTestBase
»
AggregatorTestBase::updateFeedItems
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
8 calls to AggregatorTestBase::updateFeedItems()
AggregatorRenderingTest::testBlockLinks
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AggregatorRenderingTest::testFeedPage
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AggregatorTestBase::updateAndRemove
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AggregatorTestBase.php
Adds and removes feed items and ensure that the count is zero.
CategorizeFeedItemTest::testCategorizeFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
CategorizeFeedItemTest.php
Checks that children of a feed inherit a defined category.
FeedFetcherPluginTest::testfetch
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedFetcherPluginTest.php
Test fetching functionality.
FeedProcessorPluginTest::testPostProcess
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedProcessorPluginTest.php
Test post-processing functionality.
FeedProcessorPluginTest::testProcess
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedProcessorPluginTest.php
Test processing functionality.
UpdateFeedItemTest::testUpdateFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.