OTOH, aside from Drupal core and Feeds and all its dependencies:

- Data (with Schema)
- Views

Comments

alex_b’s picture

Title: List all modules necessary to pass a test » List all modules necessary to pass tests
lyricnz’s picture

Status: Active » Needs review

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)

alex_b’s picture

Status: Needs review » Fixed

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.