mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +00:00
Update broken test, also update SimpleTest loading code to trunk.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1652 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
27ba8f2192
commit
04a6b1d3f2
@ -1,4 +1,4 @@
|
||||
ERROR: Invalid type 'foobar' in TYPE/DEFAULT in directive hash 'Ns.Dir'
|
||||
ERROR: Invalid type 'foobar' in DEFAULT in directive hash 'Ns.Dir'
|
||||
----
|
||||
Ns
|
||||
DESCRIPTION: Namespace
|
||||
|
@ -37,11 +37,11 @@ if (file_exists('../conf/test-settings.php')) include '../conf/test-settings.php
|
||||
if (file_exists('../test-settings.php')) include '../test-settings.php';
|
||||
|
||||
// load SimpleTest
|
||||
require $simpletest_location . 'unit_tester.php';
|
||||
require $simpletest_location . 'reporter.php';
|
||||
require $simpletest_location . 'mock_objects.php';
|
||||
require $simpletest_location . 'xml.php';
|
||||
require $simpletest_location . 'remote.php';
|
||||
require_once $simpletest_location . 'unit_tester.php';
|
||||
require_once $simpletest_location . 'reporter.php';
|
||||
require_once $simpletest_location . 'mock_objects.php';
|
||||
require_once $simpletest_location . 'xml.php';
|
||||
require_once $simpletest_location . 'remote.php';
|
||||
|
||||
// load CSS Tidy
|
||||
if ($csstidy_location !== false) {
|
||||
|
Loading…
Reference in New Issue
Block a user