OTOH, aside from Drupal core and Feeds and all its dependencies:
- Data (with Schema) - Views
From looking at the setUp() calls in each test, here's a list (excluding feeds+ctools):
feeds_defaults.test: data, data_ui, views, views_ui feeds.test: data, data_ui, views, libraries feeds_mapper_content.test: content (CCK), number (CCK), text (CCK) feeds_mapper_date.test: date_api, date feeds_mapper_filefield.test: content (CCK), filefield, libraries feeds_mapper_link.test: devel, content, link feeds_mapper_profile.test: profile (core) feeds_mapper_taxonomy.test: taxonomy (core)
You caught me not updating my own tickets :)
I'm tracking this information now on http://drupal.org/project/feeds_test - see make files in profiles directory. Or use the profile itself.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
alex_b commentedComment #2
lyricnz commentedFrom looking at the setUp() calls in each test, here's a list (excluding feeds+ctools):
feeds_defaults.test: data, data_ui, views, views_ui
feeds.test: data, data_ui, views, libraries
feeds_mapper_content.test: content (CCK), number (CCK), text (CCK)
feeds_mapper_date.test: date_api, date
feeds_mapper_filefield.test: content (CCK), filefield, libraries
feeds_mapper_link.test: devel, content, link
feeds_mapper_profile.test: profile (core)
feeds_mapper_taxonomy.test: taxonomy (core)
Comment #3
alex_b commentedYou caught me not updating my own tickets :)
I'm tracking this information now on http://drupal.org/project/feeds_test - see make files in profiles directory. Or use the profile itself.