You are here

58 string references to 'FeedsFileFetcher' 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::setUp in tests/feeds_processor_term.test
Set up test.
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.
FeedsCSVtoUsersTest::setUp in tests/feeds_processor_user.test
Sets up a Drupal site for running functional and integration tests.
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.
FeedsFileFetcherTestCase::setUp in tests/feeds_fetcher_file.test
Sets up a Drupal site for running functional and integration tests.
FeedsFileFetcherTestCase::testPrivateFiles in tests/feeds_fetcher_file.test
Test uploading private files.
FeedsFileFetcherTestCase::testPublicFiles in tests/feeds_fetcher_file.test
Test scheduling on cron.
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.
Feedsi18nTestCase::setUp in tests/feeds_i18n.test
Sets up a Drupal site for running functional and integration tests.
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.
FeedsMapperFormatConfig::testWithLimitedPrivileges in tests/feeds_mapper_format_config.test
Tests the filter formats a user has access to.
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::setUp in tests/feeds_mapper_multilingual_fields.test
Sets up a Drupal site for running functional and integration tests.
FeedsMapperNodeSummaryTestCase::createImporterWithSummaryMapper in tests/feeds_mapper_summary.test
Creates an importer with a summary mapper.
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::test in tests/feeds_processor_node.test
Test node creation, refreshing/deleting feeds and feed items.
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.
FeedsUIUserInterfaceTestCase::testEditFeedConfiguration in feeds_ui/feeds_ui.test
UI functionality tests on feeds_ui_overview(), feeds_ui_create_form(), Change plugins on feeds_ui_edit_page().
FeedsUIUserInterfaceTestCase::testImporterImport in feeds_ui/feeds_ui.test
Test the importer settings.
FeedsUIUserInterfaceTestCase::testInvalidConfigurationWhenImportingImporter in feeds_ui/feeds_ui.test
Tests if the user is warned when importing an importer with invalid configuration.
feeds_import_feeds_importer_default in feeds_import/feeds_import.feeds_importer_default.inc
Implements hook_feeds_importer_default().
feeds_news_feeds_importer_default in feeds_news/feeds_news.feeds_importer_default.inc
Implements hook_feeds_importer_default().
_feeds_feeds_plugins in ./feeds.plugins.inc
Break out for feeds_feed_plugins().