1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 03:10:09 +02:00

Remove some vestigial SimpleTest code, fix some tests, also reload the includes.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1654 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-09 01:56:19 +00:00
parent b997076dfa
commit 119c70fc05
8 changed files with 4 additions and 56 deletions

View File

@@ -64,7 +64,6 @@ require '../extras/HTMLPurifierExtras.auto.php';
// load SimpleTest addon functions
require 'generate_mock_once.func.php';
require 'path2class.func.php';
require 'tally_errors.func.php'; // compat
/**
* Arguments parser, is cli and web agnostic.