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::createSampleNodes
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
9 calls to AggregatorTestBase::createSampleNodes()
AggregatorCronTest::testCron
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AggregatorCronTest.php
Adds feeds and updates them via cron process.
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.
BlockLanguageCacheTest::testBlockLinks
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Tests/
BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
CategorizeFeedItemTest::testCategorizeFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
CategorizeFeedItemTest.php
Checks that children of a feed inherit a defined category.
FeedFetcherPluginTest::setUp
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedFetcherPluginTest.php
Sets up a Drupal site for running functional and integration tests.
FeedLanguageTest::testFeedLanguage
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedLanguageTest.php
Tests creation of feeds with a language.
FeedProcessorPluginTest::setUp
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
FeedProcessorPluginTest.php
Overrides
\Drupal\simpletest\WebTestBase::setUp
().
UpdateFeedItemTest::testUpdateFeedItem
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.