aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc')
-rw-r--r--lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc b/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc
deleted file mode 100644
index 42e3500e4..000000000
--- a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * Tests if autoloading for HTML Purifier is enabled. If all tests pass,
- * output is blank.
- */
-
-assert("!in_array(realpath('../library/HTMLPurifier/Filter/YouTube.php'), get_included_files())");
-new HTMLPurifier_Filter_YouTube();
-assert(" in_array(realpath('../library/HTMLPurifier.autoload.php'), get_included_files())");
-
-// vim: et sw=4 sts=4