You are here

68 string references to 'FeedsCSVParser' in Feeds 7.2

FeedsAccountSwitcherTest::testAuthorizedImport in tests/FeedsAccountSwitcherTest.test
Tests if an extra account switch happens on authorized imports.
FeedsAccountSwitcherTest::testRunImportAsFeedNodeAuthorInUI in tests/FeedsAccountSwitcherTest.test
Tests if the import is ran as the feed node author when using the UI.
FeedsAccountSwitcherTest::testRunImportAsFeedNodeAuthorOnCron in tests/FeedsAccountSwitcherTest.test
Tests if the import is ran as the feed node author when using cron.
FeedsContentTypeTest::testRequiredNodeTitleWithCSVParser in tests/feeds_content_type.test
Tests if the node title is required when the CSV parser is used.
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.
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.
FeedsFileFetcherTestCase::setUp in tests/feeds_fetcher_file.test
Sets up a Drupal site for running functional and integration tests.
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.
Feedsi18nTestCase::setUp in tests/feeds_i18n.test
Sets up a Drupal site for running functional and integration tests.
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.
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::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".
FeedsOgTest::setUp in tests/feeds_og.test
Set up test.
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::testPushImportWithCSV in tests/feeds_processor_node.test
Tests the FeedsSource::pushImport() method with a CSV file.
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.
FeedsRulesTest::setUp in tests/feeds_rules.test
Set up test.
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.
FeedsSourceTest::testProgrammaticImport in tests/FeedsSourceTest.test
Tests if two sources can be imported in the same request.
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_feeds_plugins in ./feeds.plugins.inc
Break out for feeds_feed_plugins().