diff options
Diffstat (limited to 'lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-without-spl-autoload.phpt')
-rw-r--r-- | lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-without-spl-autoload.phpt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-without-spl-autoload.phpt b/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-without-spl-autoload.phpt deleted file mode 100644 index aeee9dcee..000000000 --- a/lib/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-without-spl-autoload.phpt +++ /dev/null @@ -1,19 +0,0 @@ ---TEST-- -HTMLPurifier.auto.php without spl_autoload_register without userland autoload loading test ---SKIPIF-- -<?php -if (function_exists('spl_autoload_register')) { - echo "skip - spl_autoload_register() available"; -} ---FILE-- -<?php -assert("!function_exists('__autoload')"); -require '../library/HTMLPurifier.auto.php'; -require 'HTMLPurifier/PHPT/loading/_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 |