aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes.phpt')
-rw-r--r--lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes.phpt b/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes.phpt
deleted file mode 100644
index 681d51a96..000000000
--- a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-HTMLPurifier.path.php and HTMLPurifier.includes.php loading test
---FILE--
-<?php
-require '../library/HTMLPurifier.path.php';
-require 'HTMLPurifier.includes.php';
-require 'HTMLPurifier/PHPT/loading/_no-autoload.inc';
-$config = HTMLPurifier_Config::createDefault();
-$purifier = new HTMLPurifier($config);
-echo $purifier->purify('<b>Salsa!');
---EXPECT--
-<b>Salsa!</b> \ No newline at end of file