You are here

86 calls to FeedsWebTestCase::importFile() in Feeds 7.2

FeedsCSVParserTestCase::testEncodingFailure in tests/feeds_parser_csv.test
Tests an encoding failure during parsing a CSV.
FeedsCSVParserTestCase::testMbstringExtensionDisabled in tests/feeds_parser_csv.test
Tests parsing a CSV when the mbstring extension is not available.
FeedsCSVtoTermsTest::test in tests/feeds_processor_term.test
Test term creation, refreshing/deleting feeds and feed items.
FeedsCSVtoTermsTest::testInvalidVocabulary in tests/feeds_processor_term.test
Test that saving an invalid vocabulary throws an exception.
FeedsCSVtoTermsTest::testParentTargetByGUID in tests/feeds_processor_term.test
Tests that terms mapped to their parent by GUID are from the same vocabulary.
FeedsCSVtoTermsTest::testParentTargetByName in tests/feeds_processor_term.test
Tests that terms mapped to their parent by GUID are from the same vocabulary.
FeedsCSVtoTermsTest::testReplaceTerms in tests/feeds_processor_term.test
Test replacing terms on subsequent imports.
FeedsCSVtoUsersTest::test in tests/feeds_processor_user.test
Test user creation, refreshing/deleting feeds and feed items.
FeedsCSVtoUsersTest::testAdditionalRolesSetting in tests/feeds_processor_user.test
Tests if additional roles are assigned when creating or updating users.
FeedsCSVtoUsersTest::testAdditionalRolesSettingWhenReplacingUsers in tests/feeds_processor_user.test
Tests if roles are replaced when replacing users.
FeedsCSVtoUsersTest::testAdditionalRolesSettingWithRoleTarget in tests/feeds_processor_user.test
Tests if additional roles are assigned when also the role mapper is used.
FeedsCSVtoUsersTest::testInvalidUsername in tests/feeds_processor_user.test
Tests if an user with an invalid name is not imported.
FeedsCSVtoUsersTest::testMailAlreadyTaken in tests/feeds_processor_user.test
Tests importing an user which mail address is already taken.
FeedsCSVtoUsersTest::testMD5 in tests/feeds_processor_user.test
Test if users with md5 passwords can login after import.
FeedsCSVtoUsersTest::testRoleTargetNoRevokeRoles in tests/feeds_processor_user.test
Tests if no roles are revoked if the option "Revoke roles" is disabled.
FeedsCSVtoUsersTest::testRoleTargetRevokeRoles in tests/feeds_processor_user.test
Tests that roles can be revoked and that only allowed roles are revoked.
FeedsCSVtoUsersTest::testRoleTargetRids in tests/feeds_processor_user.test
Tests mapping to role using role ID's.
FeedsCSVtoUsersTest::testRoleTargetWithAllowedRoles in tests/feeds_processor_user.test
Tests mapping to role using only allowed roles.
FeedsCSVtoUsersTest::testRoleTargetWithoutRoleCreation in tests/feeds_processor_user.test
Tests mapping to role without automatically creating new roles.
FeedsCSVtoUsersTest::testRoleTargetWithRoleCreation in tests/feeds_processor_user.test
Tests mapping to role with automatically creating new roles.
FeedsCSVtoUsersTest::testSha512 in tests/feeds_processor_user.test
Test if users with sha512 passwords can login after import.
FeedsCSVtoUsersTest::testTimezoneTarget in tests/feeds_processor_user.test
Tests mapping to timezone.
FeedsCSVtoUsersTest::testUidTarget in tests/feeds_processor_user.test
Tests mapping to user ID.
FeedsCSVtoUsersTest::testUidUpdating in tests/feeds_processor_user.test
Tests if user ID's can be changed using the user ID target.
FeedsCSVtoUsersTest::testUser1ProtectionWhenDeletingAll in tests/feeds_processor_user.test
Tests if user 1 cannot be deleted using the delete form.
FeedsCSVtoUsersTest::testUser1ProtectionWhenDeletingNonExistent in tests/feeds_processor_user.test
Tests if user 1 cannot be deleted using the delete non-existing feature.
FeedsCSVtoUsersTest::testUserNameAlreadyTaken in tests/feeds_processor_user.test
Tests importing an user which name is already taken.
FeedsExamplesNodeTestCase::test in feeds_import/feeds_import.test
Run tests.
FeedsExamplesOPMLTestCase::test in feeds_news/feeds_news.test
Run tests.
FeedsExamplesUserTestCase::test in feeds_import/feeds_import.test
Run tests.
FeedsFileFetcherTestCase::testRemoveFileAfterImport in tests/feeds_fetcher_file.test
Tests if files can be removed after the import has finished.
FeedsFileFetcherTestCase::testRemoveFileAfterImportInBackground in tests/feeds_fetcher_file.test
Tests if files can be removed after import when running the import in background.
FeedsHooksTestCase::testPrevalidateHook in tests/feeds_hooks.test
Ensure that the prevalidate hook is invoked.
Feedsi18nNodeTestCase::testDisabledLocaleModule in tests/feeds_i18n_node.test
Tests if nodes get imported in LANGUAGE_NONE when the locale module gets disabled.
Feedsi18nNodeTestCase::testUninstalledLocaleModule in tests/feeds_i18n_node.test
Tests if nodes get imported in LANGUAGE_NONE when the locale module gets uninstalled.
Feedsi18nNodeTestCase::testWithLanguageMappingTarget in tests/feeds_i18n_node.test
Tests processor language setting in combination with language mapping target.
Feedsi18nTaxonomyTestCase::testDisabledi18nTaxonomyModule in tests/feeds_i18n_taxonomy.test
Tests if terms get imported in LANGUAGE_NONE when the i18n_taxonomy module gets disabled.
Feedsi18nTaxonomyTestCase::testUninstalledi18nTaxonomyModule in tests/feeds_i18n_taxonomy.test
Tests if terms get imported in LANGUAGE_NONE when the i18n_taxonomy module gets uninstalled.
Feedsi18nTestCase::testChangedLanguageImport in tests/feeds_i18n.test
Tests if entities get a different language assigned when the processor's language is changed.
Feedsi18nTestCase::testDisabledLanguage in tests/feeds_i18n.test
Tests if items are imported in LANGUAGE_NONE if the processor's language is disabled.
Feedsi18nTestCase::testImport in tests/feeds_i18n.test
Tests if entities get the language assigned that is set in the processor.
Feedsi18nTestCase::testRemovedLanguage in tests/feeds_i18n.test
Tests if items are imported in LANGUAGE_NONE if the processor's language is removed.
FeedsMapperDateMultipleTestCase::test in tests/feeds_mapper_date_multiple.test
Testing import by loading a 4 item XML file.
FeedsMapperDateTestCase::test in tests/feeds_mapper_date.test
Basic test loading a single entry CSV file.
FeedsMapperDateTestCase::testClearOutValues in tests/feeds_mapper_date.test
Tests if values are cleared out when an empty value is provided.
FeedsMapperDateTestCase::testTimezoneMappingOption in tests/feeds_mapper_date.test
Tests importing dates using the timezone mapping option.
FeedsMapperFieldTestCase::test in tests/feeds_mapper_field.test
Basic test loading a double entry CSV file.
FeedsMapperFieldTestCase::testClearOutValues in tests/feeds_mapper_field.test
Tests if values are cleared out when an empty value is provided.
FeedsMapperFieldTestCase::testIgnoreUnmappedFieldsValidation in tests/feeds_mapper_field.test
Tests that Feeds ignores validation of fields not mapped to.
FeedsMapperFieldTestCase::testIntegerFieldValidation in tests/feeds_mapper_field.test
Tests integer field validation.
FeedsMapperFieldTestCase::testTextFieldValidation in tests/feeds_mapper_field.test
Tests text field validation.
FeedsMapperFieldTestCase::testTextFieldValidationForTaxonomyTerms in tests/feeds_mapper_field.test
Tests text field validation for taxonomy terms.
FeedsMapperFieldTestCase::testTextFieldValidationForUsers in tests/feeds_mapper_field.test
Tests text field validation for users.
FeedsMapperFieldTestCase::testTextFieldValidationWithoutNodeTitle in tests/feeds_mapper_field.test
Tests text field validation for nodes without a title.
FeedsMapperFormatConfig::test in tests/feeds_mapper_format_config.test
Basic test for setting mapping configuration.
FeedsMapperFormatConfig::testTaxonomyDescriptionTextFormat in tests/feeds_mapper_format_config.test
Tests if text format can be set for taxonomy descriptions.
FeedsMapperLinkTestCase::testClearOutValues in tests/feeds_mapper_link.test
Tests if values are cleared out when an empty value or no value is provided.
FeedsMapperLinkTestCase::testLinkFieldValidation in tests/feeds_mapper_link.test
Tests link field validation.
FeedsMapperListTestCase::testClearOutValues in tests/feeds_mapper_list.test
Tests if values are cleared out when an empty value is provided.
FeedsMapperMultilingualFieldsTestCase::testAutocreatedTermLanguage in tests/feeds_mapper_multilingual_fields.test
Tests if autocreated terms are in the language that was set on the target configuration in case the taxonomy is multilingual.
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.
FeedsMapperNodeSummaryTestCase::test in tests/feeds_mapper_summary.test
Tests importing CSV files for text fields with summary.
FeedsMapperPathPathautoTestCase::test in tests/feeds_mapper_path.test
Basic for allowing pathauto to override the alias.
FeedsMapperPathTestCase::testNodeAlias in tests/feeds_mapper_path.test
Basic test loading a single entry CSV file.
FeedsMapperPathTestCase::testTermAlias in tests/feeds_mapper_path.test
Test support for term aliases.
FeedsMapperProfileTestCase::test in tests/feeds_mapper_profile.test
Basic test loading a double entry CSV file.
FeedsMapperTaxonomyTestCase::testAutoCreateUpdatesAllCaches in tests/feeds_mapper_taxonomy.test
Tests how term caching works across multiple term reference fields.
FeedsMapperTaxonomyTestCase::testBlankSourceValues in tests/feeds_mapper_taxonomy.test
Tests importing empty values.
FeedsMapperTaxonomyTestCase::testClearOutValues in tests/feeds_mapper_taxonomy.test
Tests if values are cleared out when an empty value or no value is provided.
FeedsMapperUniqueTestCase::test in tests/feeds_mapper_unique.test
Test mapping target "unique_callbacks".
FeedsRSStoNodesTest::testChangedTarget in tests/feeds_processor_node.test
Tests if the target "changed" works as expected.
FeedsRSStoNodesTest::testClearInBackground in tests/feeds_processor_node.test
Tests clearing items in background.
FeedsRSStoNodesTest::testImportInBackground in tests/feeds_processor_node.test
Tests process in background option.
FeedsRSStoNodesTest::testIrrelevantUpdate in tests/feeds_processor_node.test
Tests if target item is not updated when only non-mapped data on the source changed.
FeedsRSStoNodesTest::testUidTargetWithFloat in tests/feeds_processor_node.test
Tests mapping to the node author using a float value.
FeedsRSStoNodesTest::testUnlock in tests/feeds_processor_node.test
Tests unlocking a feed.
FeedsSchedulerTestCase::testBatching in tests/feeds_scheduler.test
Test batching on cron.
FeedsSchedulerTestCase::testNextImportTimeWhenQueuedViaBackgroundJob in tests/feeds_scheduler.test
Tests if the expected next import time is shown when the import is queued via background job.