1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-16 14:36:04 +02:00

Rename HTML_Generator to HTMLPurifier_Generator.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@66 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-07-21 23:10:30 +00:00
parent 6a6afaccc5
commit ccebe77e70
6 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ class Test_HTMLDTD_ChildDef extends UnitTestCase
function Test_HTMLDTD_ChildDef() {
$this->lex = new HTMLPurifier_Lexer();
$this->gen = new HTML_Generator();
$this->gen = new HTMLPurifier_Generator();
parent::UnitTestCase();
}