SimpleTest Fixture

Component ID

1361836

Component name

SimpleTest Fixture

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2902

Component created

Component changed

Component body

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.