Skip to content
Snippets Groups Projects
Commit e325a64c authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Fixed: feeds_mapper_file.test.

parent 1aba0eb9
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ class FeedsMapperFileTestCase extends FeedsMapperTestCase { ...@@ -30,6 +30,7 @@ class FeedsMapperFileTestCase extends FeedsMapperTestCase {
// site before running the test, it will work fine. Since it is truly screwy, lets just // site before running the test, it will work fine. Since it is truly screwy, lets just
// force it to use drupal_http_request for this test case. // force it to use drupal_http_request for this test case.
variable_set('feeds_never_use_curl', TRUE); variable_set('feeds_never_use_curl', TRUE);
variable_set('clean_url', TRUE);
// Only download simplepie if the plugin doesn't already exist somewhere. // Only download simplepie if the plugin doesn't already exist somewhere.
// People running tests locally might have it. // People running tests locally might have it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment