mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
cafa24482d
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@75 48356398-32a2-884e-a903-53898d9a118a
16 lines
199 B
PHP
16 lines
199 B
PHP
<?php
|
|
|
|
require_once 'HTMLPurifier/HTMLPurifier.php';
|
|
|
|
class Test_HTMLPurifier extends UnitTestCase
|
|
{
|
|
|
|
function Test_HTMLPurifier() {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
?>
|