You are here

24 calls to FeedsCommonTrait::createFieldWithStorage() 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.
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.
CsvParserTest::testMapCustomSource in tests/src/FunctionalJavascript/Feeds/Parser/CsvParserTest.php
Tests adding a custom mapping source.
DependencyTest::testFieldDependency in tests/src/Kernel/DependencyTest.php
Tests dependency on a single field.
EntityReferenceTest::testWithSingleReference in tests/src/Kernel/Feeds/Target/EntityReferenceTest.php
Tests if only a single entity is referenced per value.
FeedsItemFormatterTestBase::addFieldToFeed in tests/src/Functional/Plugin/Field/FieldFormatter/FeedsItemFormatterTestBase.php
Creates a field for the feed item and set its value.
FeedsItemFormatterTestBase::setUp in tests/src/Functional/Plugin/Field/FieldFormatter/FeedsItemFormatterTestBase.php
FeedsKernelTestBase::setUpFileFields in tests/src/Kernel/FeedsKernelTestBase.php
Installs a file and image fields (not needed for every kernel test).
FeedsKernelTestBase::setUpTermReferenceField in tests/src/Kernel/FeedsKernelTestBase.php
Installs a taxonomy term reference field.
FieldTest::setUp in tests/src/Kernel/Feeds/Target/FieldTest.php
FieldTest::testListIntegerTargetUnique in tests/src/Kernel/Feeds/Target/FieldTest.php
Tests if list integer fields can be used as unique target.
FieldValidationTest::testTextFieldValidation in tests/src/Functional/FieldValidationTest.php
Tests text field validation.
FileTest::setUp in tests/src/Functional/Feeds/Target/FileTest.php
GenericContentEntityProcessorTest::testEntityImport in tests/src/Kernel/Feeds/Processor/GenericContentEntityProcessorTest.php
Tests importing various entity types.
HttpFetcherTest::setUp in tests/src/Functional/Feeds/Fetcher/HttpFetcherTest.php
LinkTest::setUp in tests/src/Kernel/Feeds/Target/LinkTest.php
MappingFormTest::testCustomSourceUniqueForUnsavedMappings in tests/src/FunctionalJavascript/Form/MappingFormTest.php
Tests that custom source names are unique for unsaved mappings.
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.
SourcePluginsTest::setUp in tests/src/Kernel/SourcePluginsTest.php
TranslationTest::setUp in tests/src/Kernel/Feeds/Target/TranslationTest.php
UpdateExistingTest::testUpdateNonTranslatableEntity in tests/src/Kernel/UpdateExistingTest.php
Tests that non-translatable entities can get updated.