weitzman / upal

PHPUnit based test framework for Drupal. Aims to runs all the existing Simpletests without modification.
60 stars 19 forks source link

Update: Drupal 8 now uses PHPUnit for its unit tests. It still uses simpletest for its system tests. Upal's purpose as a showcase and proof of concept has been fulfilled and no further work is expected.

Drupal's test suite based on PHPUnit (http://www.phpunit.de/).

Usage

Notes

Install PHPUnit

Upal requires PHPUnit 3.5 or later; installing with PEAR is easiest.