1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

[2.1.1] Add prefix directory to include path in standalone: this prevents PEAR from clobbering our unit tests

- Add missing include to unit test harness
- Add missing unit test for HTMLPurifier::getInstance

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1358 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-08-03 15:11:08 +00:00
parent 350d8301dd
commit b3aa5fa0dc
4 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<?php
require_once 'HTMLPurifier/URI.php';
require_once 'HTMLPurifier/URIHarness.php';
require_once 'HTMLPurifier/URIScheme.php';
require_once 'HTMLPurifier/URISchemeRegistry.php';