SimpleTest Fixture
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
The SimpleTest Fixture module allows to use an existing
database with Drupal configurations as fixture for testing
(rather than the default SimpleTest behavior of building a
test site up from install hooks).
The intention is to speed up the test cycle time by skipping
the time-consuming process to build up test fixtures program-
matically.
New: use "drush fixture-generate" (or "drush fxg") to populate the fixture database with a current snapshot of the default database.
