mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 23:08:42 +00:00
1ab3ae160a
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@88 48356398-32a2-884e-a903-53898d9a118a
16 lines
184 B
PHP
16 lines
184 B
PHP
<?php
|
|
|
|
require_once 'HTMLPurifier.php';
|
|
|
|
class HTMLPurifierTest extends UnitTestCase
|
|
{
|
|
|
|
function HTMLPurifierTest() {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
?>
|