1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-30 09:09:59 +02:00

Support dry runs in SimpleTest, as well as misc other improvements.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1514 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-01-21 20:27:26 +00:00
parent c9bf2e8489
commit 25551c4b78
5 changed files with 34 additions and 11 deletions

View File

@@ -10,6 +10,7 @@
* - standalone, whether or not to test the standalone version
* - file (f), a single file to test
* - xml, whether or not to output XML
* - dry, whether or not to do a dry run
*/
define('HTMLPurifierTest', 1);