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::deleteFeed
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
7 calls to AggregatorTestBase::deleteFeed()
AddFeedTest::testAddFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testAddLongFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AddFeedTest.php
Tests feeds with very long URLs.
CategorizeFeedItemTest::testCategorizeFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
CategorizeFeedItemTest.php
Checks that children of a feed inherit a defined category.
RemoveFeedItemTest::testRemoveFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
RemoveFeedItemTest.php
Tests running "remove items" from 'admin/config/services/aggregator' page.
RemoveFeedTest::testRemoveFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
RemoveFeedTest.php
Removes a feed and ensures that all of its services are removed.
UpdateFeedItemTest::testUpdateFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
UpdateFeedTest.php
Creates a feed and attempts to update it.