You are here

namespace Drupal\Tests\feeds\Kernel in Feeds 8.3

Classsort descending Location Description
DependencyTest tests/src/Kernel/DependencyTest.php Tests that feed type declares dependencies on fields used as target.
EntityIdTest tests/src/Kernel/EntityIdTest.php Tests for inserting and updating entity ID's.
FeedsEventsTest tests/src/Kernel/FeedsEventsTest.php Tests for dispatching feeds events.
FeedsItemTest tests/src/Kernel/FeedsItemTest.php Tests for the feeds_item field.
FeedsKernelTestBase tests/src/Kernel/FeedsKernelTestBase.php Provides a base class for Feeds kernel tests.
HashTest tests/src/Kernel/HashTest.php Tests related to generating feeds item hashes.
MultiMappingTest tests/src/Kernel/MultiMappingTest.php Tests mapping multiple times to the same target.
SkipNewTest tests/src/Kernel/SkipNewTest.php Tests the feature of creating/skipping new items.
SourcePluginsTest tests/src/Kernel/SourcePluginsTest.php Tests the behavior of Feeds source plugins.
TestLogger tests/src/Kernel/TestLogger.php Logger for testing log messages.
UpdateExistingTest tests/src/Kernel/UpdateExistingTest.php Tests the feature of updating items.
UpdateNonExistentTest tests/src/Kernel/UpdateNonExistentTest.php Tests the feature of updating items that are no longer available in the feed.