0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 13:21:51 +00: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() {
}
}
?>

View File

@ -7,7 +7,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../library');
$test = new GroupTest('HTMLPurifier');
$test->addTestFile('HTMLPurifierTest.php');
$test->addTestFile('HTMLPurifier/LexerTest.php');
//$test->addTestFile('TokenTest.php');
$test->addTestFile('HTMLPurifier/DefinitionTest.php');