0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-23 00:41:52 +00:00
htmlpurifier/tests/HTMLPurifier.php

16 lines
199 B
PHP
Raw Normal View History

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