PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
htmlpurifier
/
tests
/
HTMLPurifier
/
PHPT
/
loading
<?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
[+]
..
[-] auto-includes.phpt
[edit]
[-] auto.phpt
[edit]
[-] auto-with-spl-autoload-default.phpt
[edit]
[-] standalone-autoload.phpt
[edit]
[-] path-includes.phpt
[edit]
[-] safe-includes.phpt
[edit]
[-] error-auto-with-spl-nonstatic-autoload.phpt
[edit]
[-] auto-with-autoload.phpt
[edit]
[-] _autoload.inc
[edit]
[-] standalone.phpt
[edit]
[-] standalone-with-prefix.phpt
[edit]
[-] auto-with-spl-autoload.phpt
[edit]
[-] _no-autoload.inc
[edit]
[-] path-includes-autoload.phpt
[edit]
[-] auto-without-spl-with-autoload.phpt
[edit]
[-] auto-without-spl-autoload.phpt
[edit]