40 calls to FeedCreationTrait::createFeedTypeForCsv() in Feeds 8.3
- ConfigEntityReferenceTest::testImportById in tests/
src/ Kernel/ Feeds/ Target/ ConfigEntityReferenceTest.php - Tests importing config entity references by ID.
- ConfigEntityReferenceTest::testImportByLabel in tests/
src/ Kernel/ Feeds/ Target/ ConfigEntityReferenceTest.php - Tests importing config entity references by label.
- ConfigEntityReferenceTest::testImportByUuid in tests/
src/ Kernel/ Feeds/ Target/ ConfigEntityReferenceTest.php - Tests importing config entity references by UUID.
- CronTest::testImportSourceWithMultipleCronRuns in tests/
src/ Functional/ CronTest.php - Tests importing a source that needs multiple cron runs to complete.
- CsvParserFeedFormTest::setUp in tests/
src/ Functional/ Feeds/ Parser/ Form/ CsvParserFeedFormTest.php - CsvParserTest::testAlterCsvSource in tests/
src/ Kernel/ Feeds/ Parser/ CsvParserTest.php - Tests if data from a CSV file can be altered with an event subscriber.
- CsvParserTest::testImportCsvWithNonMachineNameColumnNames in tests/
src/ Kernel/ Feeds/ Parser/ CsvParserTest.php - Tests importing a CSV file with non machine name column names.
- EntityIdTest::testInsertNodeId in tests/
src/ Kernel/ EntityIdTest.php - Tests creating a node where the source dictates the node ID.
- 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::testWithSingleReference in tests/
src/ Kernel/ Feeds/ Target/ EntityReferenceTest.php - Tests if only a single entity is referenced per value.
- FeedsEventsTest::testEventDispatchOrderOnClear in tests/
src/ Kernel/ FeedsEventsTest.php - Tests the order in which events are dispatched when clearing items.
- FeedsEventsTest::testEventDispatchOrderOnExpire in tests/
src/ Kernel/ FeedsEventsTest.php - Tests the order in which events are dispatched on an expire.
- FeedsEventsTest::testEventDispatchOrderOnImport in tests/
src/ Kernel/ FeedsEventsTest.php - Tests the order in which events are dispatched on an import.
- FeedsEventsTest::testPrevalidateEvent in tests/
src/ Kernel/ FeedsEventsTest.php - Ensure that the prevalidate event is dispatched at the right moment.
- FeedsEventsTest::testSkipImportOnPresave in tests/
src/ Kernel/ FeedsEventsTest.php - Tests skip import on presave feature.
- FeedsItemFormatterTestBase::createCsvFeed in tests/
src/ Functional/ Plugin/ Field/ FieldFormatter/ FeedsItemFormatterTestBase.php - Creates a feed type and feed using the CSV parser.
- FieldTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ FieldTest.php - FieldValidationTest::testImportFieldWithAdminFilterFormatInUi in tests/
src/ Functional/ FieldValidationTest.php - Tests if a field with admin filter format can be imported using the UI.
- FieldValidationTest::testImportFieldWithAdminFilterFormatOnCron in tests/
src/ Functional/ FieldValidationTest.php - Tests if a field with admin filter format can be imported on cron.
- FileTest::test in tests/
src/ Functional/ Feeds/ Target/ FileTest.php - Tests importing several files.
- HttpFetcherTest::testChangedSource in tests/
src/ Functional/ Feeds/ Fetcher/ HttpFetcherTest.php - Tests if a changed source is refetched.
- LanguageTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ LanguageTest.php - LinkTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ LinkTest.php - MappingFormTest::testCustomSourceUnique in tests/
src/ Functional/ Form/ MappingFormTest.php - Tests that custom source names are unique.
- MappingFormTest::testCustomSourceUniqueForUnsavedMappings in tests/
src/ FunctionalJavascript/ Form/ MappingFormTest.php - Tests that custom source names are unique for unsaved mappings.
- MappingFormTest::testSetMultipleMappingsWithCustomSources in tests/
src/ FunctionalJavascript/ Form/ MappingFormTest.php - Tests that multiple new CSV sources can be defined without errors.
- MultiMappingTest::testImportTwoDateValues in tests/
src/ Kernel/ MultiMappingTest.php - Tests importing two date values to the same target.
- MultiMappingTest::testImportTwoValues in tests/
src/ Kernel/ MultiMappingTest.php - Tests importing two values to the same target.
- PasswordTest::setUp in tests/
src/ Functional/ Feeds/ Target/ PasswordTest.php - PathTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ PathTest.php - PathTest::testImportPathauto in tests/
src/ Kernel/ Feeds/ Target/ PathTest.php - Tests importing with and without automatic aliases.
- TemporaryTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ TemporaryTest.php - TimestampTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ TimestampTest.php - TranslationTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ TranslationTest.php - UpdateExistingTest::setUp in tests/
src/ Functional/ UpdateExistingTest.php - UpdateExistingTest::testImportIntoFieldWithDefaultValue in tests/
src/ Kernel/ UpdateExistingTest.php - Tests importing into a base field that has a default value.
- 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.
- UserRoleTest::setUp in tests/
src/ Kernel/ Feeds/ Target/ UserRoleTest.php