You are here

namespace Drupal\aggregator\Tests in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\aggregator\Tests
Classsort descending Location Description
AddFeedTest core/modules/aggregator/src/Tests/AddFeedTest.php Add feed test.
AggregatorAdminTest core/modules/aggregator/src/Tests/AggregatorAdminTest.php Tests aggregator admin pages.
AggregatorCronTest core/modules/aggregator/src/Tests/AggregatorCronTest.php Update feeds on cron.
AggregatorRenderingTest core/modules/aggregator/src/Tests/AggregatorRenderingTest.php Tests display of aggregator items on the page.
AggregatorTestBase core/modules/aggregator/src/Tests/AggregatorTestBase.php Defines a base class for testing the Aggregator module.
AggregatorTitleTest core/modules/aggregator/src/Tests/AggregatorTitleTest.php Tests the aggregator_title formatter.
DeleteFeedItemTest core/modules/aggregator/src/Tests/DeleteFeedItemTest.php Delete feed items from a feed.
DeleteFeedTest core/modules/aggregator/src/Tests/DeleteFeedTest.php Delete feed test.
FeedAdminDisplayTest core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php Tests the display of a feed on the feed aggregator list page.
FeedCacheTagsTest core/modules/aggregator/src/Tests/FeedCacheTagsTest.php Tests the Feed entity's cache tags.
FeedFetcherPluginTest core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php Tests the fetcher plugins functionality and discoverability.
FeedLanguageTest core/modules/aggregator/src/Tests/FeedLanguageTest.php Tests aggregator feeds in multiple languages.
FeedParserTest core/modules/aggregator/src/Tests/FeedParserTest.php Tests the built-in feed parser with valid feed samples.
FeedProcessorPluginTest core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php Tests the processor plugins functionality and discoverability.
FeedValidationTest core/modules/aggregator/src/Tests/FeedValidationTest.php Tests feed validation constraints.
ImportOpmlTest core/modules/aggregator/src/Tests/ImportOpmlTest.php Tests OPML import.
ItemCacheTagsTest core/modules/aggregator/src/Tests/ItemCacheTagsTest.php Tests the Item entity's cache tags.
ItemWithoutFeedTest core/modules/aggregator/src/Tests/ItemWithoutFeedTest.php Tests clean handling of an item with a missing feed ID.
UpdateFeedItemTest core/modules/aggregator/src/Tests/UpdateFeedItemTest.php Update feed items from a feed.
UpdateFeedTest core/modules/aggregator/src/Tests/UpdateFeedTest.php Update feed test.