You are here

40 uses of FEEDS_SCHEDULE_NEVER in Feeds 7.2

FeedsAccountSwitcherTest::setUp in tests/FeedsAccountSwitcherTest.test
Sets up a Drupal site for running functional and integration tests.
FeedsHooksTestCase::testPrevalidateHook in tests/feeds_hooks.test
Ensure that the prevalidate hook is invoked.
FeedsImporter::validateConfig in includes/FeedsImporter.inc
Validates the 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::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::testClearOutValues in tests/feeds_mapper_file.test
Tests if values are cleared out when an empty value or no value is provided.
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.
FeedsMapperNodeSummaryTestCase::createImporterWithSummaryMapper in tests/feeds_mapper_summary.test
Creates an importer with a summary mapper.
FeedsMapperProfileTestCase::test in tests/feeds_mapper_profile.test
Basic test loading a double entry CSV file.
FeedsMapperTaxonomyTestCase::testInheritTaxonomy in tests/feeds_mapper_taxonomy.test
Tests inheriting taxonomy from the feed node.
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::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::testFeedsImportAction in tests/feeds_rules.test
Tests the Rules action 'feeds_import_feed'.
FeedsRulesTest::testFeedsImportActionUsingStandaloneForm in tests/feeds_rules.test
Tests the Rules action 'feeds_import_feed' with standalone form.
FeedsRulesTest::testFeedsImportActionWithProcessInBackgroundOption in tests/feeds_rules.test
Tests the Rules action 'feeds_import_feed' with process in background.
FeedsSource::getNextImportTimeDetails in includes/FeedsSource.inc
Returns the next time that the feed will be imported.
FeedsSource::scheduleImport in includes/FeedsSource.inc
Schedule periodic or background import tasks.
FeedsSourceTest::testProgrammaticImport in tests/FeedsSourceTest.test
Tests if two sources can be imported in the same request.
FeedsUIUserInterfaceTestCase::testWarningPeriodicImportAndImportOnSubmissionTurnedOff in feeds_ui/feeds_ui.test
Tests if the user is warned when having both "Import on submission" and "Periodic import" turned off.
feeds_import_form in ./feeds.pages.inc
Render a feeds import form on import/[config] pages.
feeds_ui_edit_page in feeds_ui/feeds_ui.admin.inc
Edit feed configuration.