You are here

51 calls to FeedCreationTrait::createFeedType() in Feeds 8.3

BasicFieldSourceTest::testImportWithTaxonomyTermReferenceSource in tests/src/Kernel/Feeds/Source/BasicFieldSourceTest.php
Tests importing using a taxonomy term reference source.
BasicFieldSourceTest::testImportWithTextfieldSource in tests/src/Kernel/Feeds/Source/BasicFieldSourceTest.php
Tests importing using a text field source.
CronTest::test in tests/src/Functional/CronTest.php
Tests importing through cron.
CronTest::testDeleteFeedTypeForWhichImportIsScheduled in tests/src/Functional/CronTest.php
Tests that a cron run does not fail after deleting a feed type.
DeleteFeedTest::test in tests/src/Functional/Plugin/Action/DeleteFeedTest.php
Tests applying action "feeds_feed_delete_action" on feed entities.
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.
DirectoryFetcherTest::setUp in tests/src/Kernel/Feeds/Fetcher/DirectoryFetcherTest.php
EntityProcessorBaseTest::testGetImportedItemIds in tests/src/Kernel/Feeds/Processor/EntityProcessorBaseTest.php
@covers ::getImportedItemIds
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.
ExpireTest::setUp in tests/src/Functional/ExpireTest.php
FeedCreationTrait::createFeedTypeForCsv in tests/src/Traits/FeedCreationTrait.php
Creates a feed type for the CSV parser.
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.
FeedListBuilderTest::testUi in tests/src/Functional/FeedListBuilderTest.php
Tests the feed listing page with admin privileges.
FeedListBuilderTest::testUiWithOnlyClearPermissions in tests/src/Functional/FeedListBuilderTest.php
Tests the feed listing page for an user who may only clear feeds.
FeedListBuilderTest::testUiWithOnlyImportPermissions in tests/src/Functional/FeedListBuilderTest.php
Tests the feed listing page for an user who may only import feeds.
FeedListBuilderTest::testUiWithOnlyScheduleImportPermissions in tests/src/Functional/FeedListBuilderTest.php
Tests the feed listing page for an user who may only schedule imports.
FeedListBuilderTest::testUiWithOnlyUpdatePermissions in tests/src/Functional/FeedListBuilderTest.php
Tests the feed listing page for an user who may only update feeds.
FeedListBuilderTest::testUiWithOnlyViewPermissions in tests/src/Functional/FeedListBuilderTest.php
Tests the feed listing page for an user who may only view feeds.
FeedsDrushCommandsTest::setUp in tests/src/Functional/Commands/FeedsDrushCommandsTest.php
FeedsItemTest::testDeleteFeed in tests/src/Kernel/FeedsItemTest.php
Tests if a reference to a feed is cleaned up when deleting a feed.
FeedsItemTest::testUpdateItemsWithoutFeedsItem in tests/src/Kernel/FeedsItemTest.php
Tests if an import succeeds when *not* mapping to feeds_item.
FeedsItemTest::testUpdateItemWithFeedsItem in tests/src/Kernel/FeedsItemTest.php
Tests if an import succeeds when mapping to feeds_item.
FeedTest::setUp in tests/src/Kernel/Entity/FeedTest.php
FeedTypeListBuilderTest::testUi in tests/src/Functional/FeedTypeListBuilderTest.php
Tests the display of feed types.
FieldValidationTest::testTextFieldValidation in tests/src/Functional/FieldValidationTest.php
Tests text field validation.
FileTest::testFullImportProcess in tests/src/Kernel/Feeds/Target/FileTest.php
Tests if an import succeeds when mapping files, both full and empty.
GenericContentEntityProcessorTest::testEntityImport in tests/src/Kernel/Feeds/Processor/GenericContentEntityProcessorTest.php
Tests importing various entity types.
HashTest::testIrrelevantUpdate in tests/src/Kernel/HashTest.php
Tests if items are not updated when only non-mapped data changes.
HttpFetcherTest::setUp in tests/src/Functional/Feeds/Fetcher/HttpFetcherTest.php
ItemListControllerTest::testListItemsForAnEntityTypeWithoutLinkTemplate in tests/src/Functional/Controller/ItemListControllerTest.php
Tests listing items for an entity type without a link template.
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.
ParserTestBase::setUp in tests/src/FunctionalJavascript/Feeds/Parser/ParserTestBase.php
QueueTest::testCronImport in tests/src/Functional/QueueTest.php
Tests if a feed gets imported via cron after adding it to the queue.
QueueTest::testPushImport in tests/src/Functional/QueueTest.php
Tests if a feed gets imported via a push.
QueueTest::testPushImportWithSavedSource in tests/src/Functional/QueueTest.php
Tests on a push import, if only the file pushed is imported.
QueueTest::testQueueAfterDeletingFeed in tests/src/Functional/QueueTest.php
Tests if a feed is removed from the queue when the feed gets deleted.
SkipNewTest::createFeedTypeForThisTest in tests/src/Kernel/SkipNewTest.php
Creates a feed type used by several tests in this class.
SourcePluginsTest::testAlterExtraSource in tests/src/Kernel/SourcePluginsTest.php
Tests if an extra source's value is alterable via the parse event.
SourcePluginsTest::testUpdateOnChangeInExtraSource in tests/src/Kernel/SourcePluginsTest.php
Tests if an entity gets updated when a value in an extra source changes.
UpdateNonExistentTest::setUp in tests/src/Functional/UpdateNonExistentTest.php
UpdateNonExistentTest::setUp in tests/src/Kernel/UpdateNonExistentTest.php
UploadFetcherTest::setUp in tests/src/Functional/Feeds/Fetcher/UploadFetcherTest.php