[Phorum] Double-reverse control.php's double-escaping
[htmlpurifier.git] / test-settings.sample.php
blobbd1f622bd4e3844e90586e431d54acb20a94c9aa
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/';