1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-07 22:56:32 +02:00

Make unit tests UTF-8, add phpdoc.ini config file.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@297 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-18 04:24:19 +00:00
parent 4c52e42189
commit ad83ab430d
2 changed files with 101 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ if (isset($_GET['file']) && isset($test_file_lookup[$_GET['file']])) {
}
if (SimpleReporter::inCli()) $reporter = new TextReporter();
else $reporter = new HTMLReporter();
else $reporter = new HTMLReporter('UTF-8');
$test->run($reporter);