9 calls to FeedsMapperMultilingualFieldsTestCase::getMappingsInLanguage() in Feeds 7.2
- FeedsMapperMultilingualFieldsTestCase::testChangedLanguageImport in tests/
feeds_mapper_multilingual_fields.test - Tests if values of fields in other languages are kept when not importing in that language.
- FeedsMapperMultilingualFieldsTestCase::testChangedLanguageImportForExistingNode in tests/
feeds_mapper_multilingual_fields.test - Tests if values of fields in other languages are kept when not importing in that language for nodes that were not created by Feeds.
- FeedsMapperMultilingualFieldsTestCase::testClearOutValues in tests/
feeds_mapper_multilingual_fields.test - Tests if values are cleared out when an empty value or no value is provided.
- FeedsMapperMultilingualFieldsTestCase::testClearOutValuesWithDisabledLanguage in tests/
feeds_mapper_multilingual_fields.test - Tests if values are cleared out when an empty value is provided for a language that got disabled.
- FeedsMapperMultilingualFieldsTestCase::testDisabledLanguage in tests/
feeds_mapper_multilingual_fields.test - Tests if fields are imported in LANGUAGE_NONE if the field's language gets disabled after configuring.
- FeedsMapperMultilingualFieldsTestCase::testMultilingualFieldMappings in tests/
feeds_mapper_multilingual_fields.test - Tests multilingual mappings to translatable fields (entity translation).
- FeedsMapperMultilingualFieldsTestCase::testRemovedLanguage in tests/
feeds_mapper_multilingual_fields.test - Tests if fields are imported in LANGUAGE_NONE if the field's language gets removed after configuring.
- FeedsMapperMultilingualFieldsTestCase::testWithDisabledEntityTranslationModule in tests/
feeds_mapper_multilingual_fields.test - Tests if fields still are imported in their language when the entity_translation module gets disabled.
- FeedsMapperMultilingualFieldsTestCase::testWithUninstalledEntityTranslationModule in tests/
feeds_mapper_multilingual_fields.test - Tests if fields are still imported in their language when the entity_translation module gets uninstalled.