22 calls to AggregatorTestBase::createFeed() in Drupal 9
- AddFeedTest::testAddFeed in core/
modules/ aggregator/ tests/ src/ Functional/ AddFeedTest.php - Creates and ensures that a feed is unique, checks source, and deletes feed.
- AddFeedTest::testAddLongFeed in core/
modules/ aggregator/ tests/ src/ Functional/ AddFeedTest.php - Tests feeds with very long URLs.
- AddFeedTest::testFeedLabelEscaping in core/
modules/ aggregator/ tests/ src/ Functional/ AddFeedTest.php - Ensures that the feed label is escaping when rendering the feed icon.
- AggregatorAdminTest::testOverviewPage in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorAdminTest.php - Tests the overview page.
- AggregatorCronTest::testCron in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorCronTest.php - Adds feeds and updates them via cron process.
- AggregatorDisplayConfigurableTest::testFeedDisplayConfigurable in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorDisplayConfigurableTest.php - Sets feed base fields to configurable display and checks settings are respected.
- 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.
- DeleteFeedItemTest::testDeleteFeedItem in core/
modules/ aggregator/ tests/ src/ Functional/ DeleteFeedItemTest.php - Tests running "delete items" from 'admin/config/services/aggregator' page.
- DeleteFeedTest::testDeleteFeed in core/
modules/ aggregator/ tests/ src/ Functional/ DeleteFeedTest.php - Deletes a feed and ensures that all of its services are deleted.
- 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 - Tests fetching functionality.
- FeedLanguageTest::testFeedLanguage in core/
modules/ aggregator/ tests/ src/ Functional/ FeedLanguageTest.php - Tests creation of feeds with a language.
- FeedParserTest::testAtomSample in core/
modules/ aggregator/ tests/ src/ Functional/ FeedParserTest.php - Tests a feed that uses the Atom format.
- FeedParserTest::testHtmlEntitiesSample in core/
modules/ aggregator/ tests/ src/ Functional/ FeedParserTest.php - Tests a feed that uses HTML entities in item titles.
- FeedParserTest::testRSS091Sample in core/
modules/ aggregator/ tests/ src/ Functional/ FeedParserTest.php - Tests a feed that uses the RSS 0.91 format.
- FeedProcessorPluginTest::testDelete in core/
modules/ aggregator/ tests/ src/ Functional/ FeedProcessorPluginTest.php - Tests deleting functionality.
- FeedProcessorPluginTest::testPostProcess in core/
modules/ aggregator/ tests/ src/ Functional/ FeedProcessorPluginTest.php - Tests post-processing functionality.
- FeedProcessorPluginTest::testProcess in core/
modules/ aggregator/ tests/ src/ Functional/ FeedProcessorPluginTest.php - Tests processing functionality.
- UpdateFeedItemTest::testUpdateFeedItem in core/
modules/ aggregator/ tests/ src/ Functional/ UpdateFeedItemTest.php - Tests running "update items" from 'admin/config/services/aggregator' page.
- UpdateFeedTest::testUpdateFeed in core/
modules/ aggregator/ tests/ src/ Functional/ UpdateFeedTest.php - Creates a feed and attempts to update it.