0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-08 23:08:42 +00:00
htmlpurifier/tests/HTMLPurifierTest.php
Edward Z. Yang 1ab3ae160a Move classes into Zend style setup.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@88 48356398-32a2-884e-a903-53898d9a118a
2006-07-22 15:38:41 +00:00

16 lines
184 B
PHP

<?php
require_once 'HTMLPurifier.php';
class HTMLPurifierTest extends UnitTestCase
{
function HTMLPurifierTest() {
}
}
?>