4 Jimmy Berry ("boombatower", http://drupal.org/user/214218)
8 * PHP 5.2 - both patched core and SimpleTest module
13 1. Apply the D6-core-simpletest.patch file to Drupal 6 core. Navigate to your
14 site root and use the following command (for a unix system):
15 patch -p0 < path/to/simpletest/D6-core-simpletest.patch
18 Apply the "Show fatal errors in tests" patch to misc/drupal.js if you want
19 the reason for test failure to be displayed on the batch API screen. The
20 patch can be found at:
21 http://drupal.org/files/issues/simpletest_drupal.js_.patch.
24 Move/Copy the run-tests.sh file into the Drupal scripts folder. The script
25 allows the tests to be run from the command line.
27 4. Go to Administer >> Site building >> Modules (admin/build/modules) and
28 enable the SimpleTest module.
30 5. Go to Administer >> Site building >> Testing (admin/build/testing) to
31 begin using the module.