aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/safe-includes.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/safe-includes.phpt')
-rw-r--r--lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/safe-includes.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/safe-includes.phpt b/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/safe-includes.phpt
deleted file mode 100644
index cb6f95d53..000000000
--- a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/safe-includes.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-HTMLPurifier.safe-includes.php loading test
---FILE--
-<?php
-require_once '../library/HTMLPurifier.php'; // Tests for require_once
-require_once '../library/HTMLPurifier.safe-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