You are here

9 calls to AggregatorTestBase::updateFeedItems() in Drupal 8

AggregatorDisplayConfigurableTest::testItemDisplayConfigurable in core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
Sets item base fields to configurable display and checks settings are respected.
AggregatorRenderingTest::testBlockLinks in core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AggregatorRenderingTest::testFeedPage in core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AggregatorTestBase::updateAndDelete in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
Adds and deletes feed items and ensure that the count is zero.
FeedAdminDisplayTest::testFeedUpdateFields in core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php
Tests the "Next update" and "Last update" fields.
FeedFetcherPluginTest::testfetch in core/modules/aggregator/tests/src/Functional/FeedFetcherPluginTest.php
Test fetching functionality.
FeedProcessorPluginTest::testPostProcess in core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
Test post-processing functionality.
FeedProcessorPluginTest::testProcess in core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
Test processing functionality.
UpdateFeedItemTest::testUpdateFeedItem in core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.