diff --git a/HTML_Purifier.php b/HTML_Purifier.php
new file mode 100644
index 00000000..7b4a7aa6
--- /dev/null
+++ b/HTML_Purifier.php
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/tester.php b/tester.php
new file mode 100644
index 00000000..3b676a28
--- /dev/null
+++ b/tester.php
@@ -0,0 +1,17 @@
+addTestFile('HTML_Purifier.php');
+chdir('../');
+
+$test->run(new HtmlReporter());
+
+?>
\ No newline at end of file
diff --git a/tests/HTML_Purifier.php b/tests/HTML_Purifier.php
new file mode 100644
index 00000000..1d4bbb93
--- /dev/null
+++ b/tests/HTML_Purifier.php
@@ -0,0 +1,10 @@
+
\ No newline at end of file