1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

- Switch to HTMLPurifier.php, a more logical "must include" for the tester

- Disable encoding options, we're going to defer implementation of them for a later release.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@329 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-28 02:25:19 +00:00
parent 7588068b7b
commit 15988980db
2 changed files with 39 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ function generate_mock_once($name) {
}
// this has to be defined before we do any includes of library files
require_once 'HTMLPurifier/ConfigDef.php';
require_once 'HTMLPurifier.php';
// define callable test files
$test_files = array();