Downloads
Download tar.gz
19.1 KB
MD5: 693b7074ce8ba0e5a27da39d8557717a
SHA-1: cd4ceec469255155c389a4d20cd993b61ab6f9a8
SHA-256: 8117a96e8ae3061ffa4c203ed4d78d85ce98b3fbdebc408edfe73047f006bd00
Download zip
25.43 KB
MD5: 5ecc9c3218264e16b0b987f6ea0cbda5
SHA-1: 9448ac66287bce03d0e859475590df73fe6eb806
SHA-256: 821e694007dcdc99e7224353afb97433979e025751e2c487c27e6ca297fb272a
Release notes
This is a pre-release of the PHPUnit module for Drupal 5.x.
We have not finalised features as yet, however this pre-release version contains the following:
- Command line interface execution of tests
- Ability to sniff-out appropriate settings.php file based on value of
$_SERVER['HTTP_HOST'] - DrupalTest_TestCase and DrupalTest_TestSuite classes for the definition of Drupal Test Cases and Drupal Test Suites
- An AllTests.php file for the execution of all tests that can be located as a single All Drupal Tests Test Suite
- Some sample Unit and Functional Tests and a Sample Test Suite