3 // This file is necessary to run the unit tests and profiling
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/';