mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-05 06:01:52 +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:
parent
1ab3ae160a
commit
eac83995e1
@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
require_once 'HTMLPurifier.php';
|
|
||||||
|
|
||||||
class HTMLPurifierTest extends UnitTestCase
|
|
||||||
{
|
|
||||||
|
|
||||||
function HTMLPurifierTest() {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
@ -7,7 +7,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../library');
|
|||||||
|
|
||||||
$test = new GroupTest('HTMLPurifier');
|
$test = new GroupTest('HTMLPurifier');
|
||||||
|
|
||||||
$test->addTestFile('HTMLPurifierTest.php');
|
|
||||||
$test->addTestFile('HTMLPurifier/LexerTest.php');
|
$test->addTestFile('HTMLPurifier/LexerTest.php');
|
||||||
//$test->addTestFile('TokenTest.php');
|
//$test->addTestFile('TokenTest.php');
|
||||||
$test->addTestFile('HTMLPurifier/DefinitionTest.php');
|
$test->addTestFile('HTMLPurifier/DefinitionTest.php');
|
||||||
|
Loading…
Reference in New Issue
Block a user