Release 1.5.0 (bumped HTMLPurifier.php version number).
[htmlpurifier.git] / test-settings.sample.php
blob1fbcfe4e78be87aa1960c6a730d51aa08a3e54a6
1 <?php
3 // This file is necessary to run the unit tests and profiling
4 // scripts.
6 // Is PEAR available on your system? If it isn't, set to false. If PEAR
7 // is not part of the default include_path, add it.
8 $GLOBALS['HTMLPurifierTest']['PEAR'] = true;
10 // How many times should profiling scripts iterate over the function? More runs
11 // means more accurate results, but they'll take longer to perform.
12 $GLOBALS['HTMLPurifierTest']['Runs'] = 2;
14 // Where is SimpleTest located?
15 $simpletest_location = '/path/to/simpletest/';