Posted by TonyK on November 17, 2011 at 6:04pm
This module is intended for module and site developers and site administrators. Usually during site development Drupal database can accumulate various bugs, for example:
- Nodes that belong to nonexistent users;
- Missing parent terms;
- Orphaned node revisions;
- CCK nodereference fields that refer to missing nodes;
etc.
This module allows module authors to define a set of tests for their modules that ensures that data in modules' DB tables is consistent/ Tests are run automatically (with cron) or manually. Test fails are logged to Drupal watchdog.
Currently tests for the following modules are implemented:
- User
- Node
- Taxonomy
This module was developed by Code Your Dream.