diff --git a/tests/index.php b/tests/index.php index 05554666..98d9e23b 100755 --- a/tests/index.php +++ b/tests/index.php @@ -17,6 +17,7 @@ $GLOBALS['HTMLPurifierTest']['PH5P'] = version_compare(PHP_VERSION, "5", ">=") & $simpletest_location = 'simpletest/'; // reasonable guess // load SimpleTest +if (file_exists('../conf/test-settings.php')) include '../conf/test-settings.php'; if (file_exists('../test-settings.php')) include '../test-settings.php'; require_once $simpletest_location . 'unit_tester.php'; require_once $simpletest_location . 'reporter.php';