From eac83995e13cfa2d1d43a090c331efdd15648035 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 22 Jul 2006 16:04:22 +0000 Subject: [PATCH] Remove dud test file. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@89 48356398-32a2-884e-a903-53898d9a118a --- tests/HTMLPurifierTest.php | 16 ---------------- tests/index.php | 1 - 2 files changed, 17 deletions(-) delete mode 100644 tests/HTMLPurifierTest.php diff --git a/tests/HTMLPurifierTest.php b/tests/HTMLPurifierTest.php deleted file mode 100644 index 19e6d280..00000000 --- a/tests/HTMLPurifierTest.php +++ /dev/null @@ -1,16 +0,0 @@ - \ No newline at end of file diff --git a/tests/index.php b/tests/index.php index 770cd5c0..e509ec6f 100644 --- a/tests/index.php +++ b/tests/index.php @@ -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');