You are here

35 calls to FeedsCommonTrait::reloadEntity() in Feeds 8.3

CronTest::test in tests/src/Functional/CronTest.php
Tests importing through cron.
DependencyTest::testBundleDependency in tests/src/Kernel/DependencyTest.php
Tests dependency on bundle.
DependencyTest::testFieldDependency in tests/src/Kernel/DependencyTest.php
Tests dependency on a single field.
EntityIdTest::testNoNodeIdChange in tests/src/Kernel/EntityIdTest.php
Tests that node ID's don't change and that existing nodes are not hijacked.
EntityIdTest::testUpdateByNodeId in tests/src/Kernel/EntityIdTest.php
Tests updating an existing node using node ID.
EntityReferenceTest::testUpdatingMissingNodeAuthors in tests/src/Kernel/Feeds/Target/EntityReferenceTest.php
Tests if articles get an author later.
EntityReferenceTest::testUpdatingMissingParentTerms in tests/src/Kernel/Feeds/Target/EntityReferenceTest.php
Tests if terms get their parent on a second import.
EntityReferenceTest::testUpdatingMissingReferences in tests/src/Kernel/Feeds/Target/EntityReferenceTest.php
Tests if items are updated that previously referenced a missing item.
FeedDeleteTest::testFeedDelete in tests/src/Functional/FeedDeleteTest.php
Tests deleting a feed using the UI.
FeedDeleteTest::testFeedDeleteWithImportedItems in tests/src/Functional/FeedDeleteTest.php
Tests deleting a feed that has imported items.
FeedDeleteTest::testOrphanedFeedDelete in tests/src/Functional/FeedDeleteTest.php
Tests deleting a feed whose feed type no longer exists.
FeedsDrushCommandsTest::testDisableFeed in tests/src/Functional/Commands/FeedsDrushCommandsTest.php
@covers ::disableFeed
FeedsDrushCommandsTest::testEnableFeed in tests/src/Functional/Commands/FeedsDrushCommandsTest.php
@covers ::enableFeed
FeedsItemFormatterTestBase::addFieldToFeed in tests/src/Functional/Plugin/Field/FieldFormatter/FeedsItemFormatterTestBase.php
Creates a field for the feed item and set its value.
FeedsJavascriptTestBase::addMappings in tests/src/FunctionalJavascript/FeedsJavascriptTestBase.php
Adds mappings to the given feed type via the UI.
FeedTest::testPostDeleteWithFeedTypeMissing in tests/src/Kernel/Entity/FeedTest.php
@covers ::postDelete
FieldTest::testListIntegerTargetUnique in tests/src/Kernel/Feeds/Target/FieldTest.php
Tests if list integer fields can be used as unique target.
FieldTest::testTargetUnique in tests/src/Kernel/Feeds/Target/FieldTest.php
Tests if text and numeric fields can be used as unique target.
HashTest::testIrrelevantUpdate in tests/src/Kernel/HashTest.php
Tests if items are not updated when only non-mapped data changes.
MappingFormTest::testEntityIdTargetIsUniqueByDefault in tests/src/FunctionalJavascript/Form/MappingFormTest.php
Tests that a mapper to entity ID gets set as unique by default.
MappingFormTest::testMappingToEntityIdWarning in tests/src/Functional/Form/MappingFormTest.php
Tests mapping to entity ID target without setting it as unique.
MappingFormTest::testMissingTargetWarning in tests/src/Functional/Form/MappingFormTest.php
Tests that the mapping page is displayed with a missing target plugin.
MappingFormTest::testPluginWithMappingForm in tests/src/Functional/Form/MappingFormTest.php
Tests that plugins can alter the mapping form.
MappingFormTest::testPluginWithMappingFormValidate in tests/src/Functional/Form/MappingFormTest.php
Tests that plugins validate the mapping form.
MappingFormTest::testSetMultipleMappingsWithCustomSources in tests/src/FunctionalJavascript/Form/MappingFormTest.php
Tests that multiple new CSV sources can be defined without errors.
PathTest::testUpdateNodePaths in tests/src/Kernel/Feeds/Target/PathTest.php
Tests updating paths.
SkipNewTest::testSkipNewAndSkipExisting in tests/src/Kernel/SkipNewTest.php
Tests skip new items without update existing as well.
SkipNewTest::testSkipNewAndUpdateExisting in tests/src/Kernel/SkipNewTest.php
Tests skip new items with update existing.
TranslationTest::testClearOutValues in tests/src/Kernel/Feeds/Target/TranslationTest.php
Tests if values are cleared out when importing empty values.
TranslationTest::testMappingFieldsAnotherLanguageImport in tests/src/Kernel/Feeds/Target/TranslationTest.php
Tests importing values for two languages separately.
UpdateExistingTest::testUpdateNonTranslatableEntity in tests/src/Kernel/UpdateExistingTest.php
Tests that non-translatable entities can get updated.
UpdateExistingTest::testUpdateTermsInSameVocabulary in tests/src/Kernel/UpdateExistingTest.php
Tests updating terms by name.
UpdateNonExistentTest::testUnpublishNonExistentItems in tests/src/Kernel/UpdateNonExistentTest.php
Tests 'Unpublish non-existent' option.
UpdateNonExistentTest::testUnpublishNonExistentItemsWithBatch in tests/src/Functional/UpdateNonExistentTest.php
Tests 'Unpublish non-existent' option using a Batch.
UpdateNonExistentTest::testUnpublishNonExistentItemsWithCron in tests/src/Functional/UpdateNonExistentTest.php
Tests 'Unpublish non-existent' option using cron.