1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-06 06:07:26 +02:00

Remove dud test file.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@89 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-07-22 16:04:22 +00:00
parent 1ab3ae160a
commit eac83995e1
2 changed files with 0 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
<?php
require_once 'HTMLPurifier.php';
class HTMLPurifierTest extends UnitTestCase
{
function HTMLPurifierTest() {
}
}
?>