Issue #1177106: Fixed PIFR cannot attempt to install Drupal 8 with email element...
[project/simpletest.git] / INSTALL.txt
1
2 AUTHOR
3 ------
4 Jimmy Berry ("boombatower", http://drupal.org/user/214218)
5
6 REQUIREMENTS
7 ------------
8  * PHP 5.2 - both patched core and SimpleTest module
9    - php-curl
10
11 INSTALLATION
12 ------------
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
16
17 2. (Optional)
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.
22
23 3. (Optional)
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.
26
27 4. Go to Administer >> Site building >> Modules (admin/build/modules) and
28    enable the SimpleTest module.
29
30 5. Go to Administer >> Site building >> Testing (admin/build/testing) to
31    begin using the module.