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');