1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-17 23:16:06 +02:00

Move tester, complete HTML_Purifier -> HTMLPurifier move.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@68 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-07-21 23:27:00 +00:00
parent 1836b73c63
commit 436873e227
4 changed files with 27 additions and 25 deletions

14
tests/HTMLPurifier.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
class Test_HTMLPurifier extends UnitTestCase
{
function Test_HTMLPurifier() {
}
}
?>