Files
faveo/vendor/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc
Manish Verma 76e85db070 update 1.0.8.0
Commits for version update
2016-10-17 12:02:27 +05:30

13 lines
359 B
PHP

<?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