Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Doobie is the home of Drupal.org Behavior-Driven Development. Tests are specific to D.O. See the Drupal Extension to Behat and Mink if you're looking for a tool to assist in testing Drupal sites in general.
Software requirements to run tests:
This project requires the following, installed on the system running the tests. If you don't set these up, see the error messages you'll get at http://drupal.org/node/1783000
PHP 5.3: http://php.net/ (Make sure curl extensions are available)
In the repo root, install Composer, a PHP Dependency Manager: curl -s http://getcomposer.org/composer.phar > composer.phar OR wget -nc http://getcomposer.org/composer.phar
Run the composer install command: php composer.phar install
Note: This takes a little while before you start seeing any output.