You are here

71 string references to 'FeedsNodeProcessor' in Feeds 7.2

FeedsAccountSwitcherTest::testAuthorizedImport in tests/FeedsAccountSwitcherTest.test
Tests if an extra account switch happens on authorized imports.
FeedsCSVParserTestCase::testEncodingFailure in tests/feeds_parser_csv.test
Tests an encoding failure during parsing a CSV.
FeedsCSVParserTestCase::testGetTemplate in tests/feeds_parser_csv.test
Tests if a CSV template is generated properly using various settings.
FeedsCSVParserTestCase::testMbstringExtensionDisabled in tests/feeds_parser_csv.test
Tests parsing a CSV when the mbstring extension is not available.
FeedsFileHTTPTestCase::setUpImporter in tests/feeds_fetcher_http.test
Setup importer to import items from testing/feeds/nodes.csv.
FeedsHooksTestCase::testHookPluginTypeConfigDefaults in tests/feeds_hooks.test
Tests the hook hook_PLUGIN_TYPE_config_defaults().
FeedsHooksTestCase::testPrevalidateHook in tests/feeds_hooks.test
Ensure that the prevalidate hook is invoked.
Feedsi18nNodeTestCase::setUp in tests/feeds_i18n_node.test
Sets up a Drupal site for running functional and integration tests.
FeedsImporter::configDefaults in includes/FeedsImporter.inc
Return defaults for feed configuration.
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::testCardinalityValidation in tests/feeds_mapper_field.test
Tests cardinality validation.
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::testTextFieldValidationWithoutNodeTitle in tests/feeds_mapper_field.test
Tests text field validation for nodes without a title.
FeedsMapperFileTestCase::test in tests/feeds_mapper_file.test
Basic test loading a single entry CSV file.
FeedsMapperFileTestCase::testClearOutValues in tests/feeds_mapper_file.test
Tests if values are cleared out when an empty value or no value is provided.
FeedsMapperFileTestCase::testFileExistsRename in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Rename" setting.
FeedsMapperFileTestCase::testFileExistsRenameIfDifferent in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Rename if different" setting.
FeedsMapperFileTestCase::testFileExistsReplace in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Replace" setting.
FeedsMapperFileTestCase::testFileExistsReplaceIfDifferent in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Replace if different" setting.
FeedsMapperFileTestCase::testFileExistsSkip in tests/feeds_mapper_file.test
Test mapping of local resources with the file exists "Skip existig" setting.
FeedsMapperFileTestCase::testImages in tests/feeds_mapper_file.test
Tests mapping to an image field.
FeedsMapperFileTestCase::testInvalidFileExtension in tests/feeds_mapper_file.test
FeedsMapperFormatConfig::test in tests/feeds_mapper_format_config.test
Basic test for setting mapping configuration.
FeedsMapperFormatConfig::testWithLimitedPrivileges in tests/feeds_mapper_format_config.test
Tests the filter formats a user has access to.
FeedsMapperLinkTestCase::test in tests/feeds_mapper_link.test
Basic test loading a single entry CSV file.
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.
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::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::createImporterWithSummaryMapper in tests/feeds_mapper_summary.test
Creates an importer with a summary mapper.
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.
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.
FeedsMapperTaxonomyTestCase::testSearchByName in tests/feeds_mapper_taxonomy.test
Tests searching taxonomy terms by name.
FeedsMapperUniqueTestCase::test in tests/feeds_mapper_unique.test
Test mapping target "unique_callbacks".
FeedsOgTest::setUpStuffForTestingOgReferenceWithoutAuthorizing in tests/feeds_og.test
Sets up stuff for testing with the authorize option turned off.
FeedsOgTest::testImportOgReferenceWithAuthorizing in tests/feeds_og.test
Tests authorizing users importing content for a group.
FeedsRSStoNodesTest::test in tests/feeds_processor_node.test
Test node creation, refreshing/deleting feeds and feed items.
FeedsRSStoNodesTest::testExpiry in tests/feeds_processor_node.test
Tests expiring nodes.
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::testSkipNewItems in tests/feeds_processor_node.test
Tests skip new items.
FeedsRSStoNodesTest::testUidTargetWithFloat in tests/feeds_processor_node.test
Tests mapping to the node author using a float value.
FeedsSchedulerTestCase::testScheduling in tests/feeds_scheduler.test
Test scheduling of enabled import on cron.
FeedsSyndicationParserTestCase::testRSSSourceElement in tests/feeds_parser_syndication.test
Tests if the "<source>" element of a RSS feed is parsed correctly.
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::testInvalidLanguage in feeds_ui/feeds_ui.test
Tests if the user is warned when an invalid language is selected.
FeedsUIUserInterfaceTestCase::testWarningWhenAttachImporterToContentTypeAlsoOnTheNodeProcessor in feeds_ui/feeds_ui.test
Tests if the user is warned when the importer is attached to the same content type as the one selected on the node processor.
FeedsWebTestCase::createImporterConfiguration in tests/feeds.test
Create an importer 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_update_7208 in ./feeds.install
Update to use generic bundle handling.
_feeds_feeds_plugins in ./feeds.plugins.inc
Break out for feeds_feed_plugins().