mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-12 16:38:40 +00:00
16 lines
184 B
PHP
16 lines
184 B
PHP
|
<?php
|
||
|
|
||
|
require_once 'HTMLPurifier.php';
|
||
|
|
||
|
class HTMLPurifierTest extends UnitTestCase
|
||
|
{
|
||
|
|
||
|
function HTMLPurifierTest() {
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|