4 * Tests if autoloading for HTML Purifier is enabled. If all tests pass,
8 assert("!in_array(realpath('../library/HTMLPurifier/Filter/YouTube.php'), get_included_files())");
9 new HTMLPurifier_Filter_YouTube();
10 assert(" in_array(realpath('../library/HTMLPurifier.autoload.php'), get_included_files())");