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

More documentation updates.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1656 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-10 02:56:46 +00:00
parent a391dfe1de
commit d1ace6af17
2 changed files with 10 additions and 3 deletions

View File

@@ -12,6 +12,10 @@
* - xml, whether or not to output XML
* - dry, whether or not to do a dry run
*
* If you're interested in running the test-cases, mosey over to
* ../test-settings.sample.php, copy the file to test-settings.php and follow
* the enclosed instructions.
*
* @warning File setup does not exactly match with autoloader; make sure that
* non-test classes (i.e. classes that are not retrieved using
* $test_files) do not have underscores in their names.