1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-11 08:34:29 +02:00

Rename Lexer, separate files. Also augmented benchmarks and benchmarker,

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@79 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-07-22 12:53:04 +00:00
parent e52890276b
commit 3e982c7f2c
9 changed files with 614 additions and 438 deletions

View File

@@ -5,8 +5,6 @@ load_simpletest(); // includes all relevant simpletest files
// emulates inserting a dir called HTMLPurifier into your class dir
set_include_path(get_include_path() . PATH_SEPARATOR . '../../');
require_once 'XML/HTMLSax3.php'; // optional PEAR class
$test = new GroupTest('HTMLPurifier');
$test->addTestFile('HTMLPurifier.php');