0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-12 16:38:40 +00:00
htmlpurifier/tests/HTMLPurifierTest.php

16 lines
184 B
PHP
Raw Normal View History

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