You are here

7 calls to FeedsFileHTTPTestCase::setUpImporter() in Feeds 7.2

FeedsFileHTTPTestCase::setUpMultipleCronRuns in tests/feeds_fetcher_http.test
Configures the evironment so that multiple cron runs are needed to complete an import.
FeedsFileHTTPTestCase::testCachedFilesCleanupOnHTTPCacheOverride in tests/feeds_fetcher_http.test
Tests if cached files are cleaned up even when a different cache class is used.
FeedsFileHTTPTestCase::testChangedSource in tests/feeds_fetcher_http.test
Tests if the source is refetched on a second import when the source changed.
FeedsFileHTTPTestCase::testHTTPCacheDisabled in tests/feeds_fetcher_http.test
Tests if the data is not cached when the option for caching is disabled.
FeedsFileHTTPTestCase::testHTTPCacheOverride in tests/feeds_fetcher_http.test
Tests if the data is cached on the file system even when a different cache class is used.
FeedsFileHTTPTestCase::testNonWritableCacheDirectory in tests/feeds_fetcher_http.test
Tests that a non-writable cache directory does not result into fatal errors.
FeedsFileHTTPTestCase::testSourceCaching in tests/feeds_fetcher_http.test
Tests if a source is not refetched on a second import when the source did not change.