[3.1.0] Implement a few phpt, fix some autoload bugs
commit929d93223471e4c9dce5a53f9b71d33c27daf2bc
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 16 Feb 2008 05:40:59 +0000 (16 05:40 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 16 Feb 2008 05:40:59 +0000 (16 05:40 +0000)
treeee143a22012b5ee8234cc8da977700d885bcc0f1
parent3441421e8b8b3a0154c1b4f6446cdedd0deb98ba
[3.1.0] Implement a few phpt, fix some autoload bugs
- Make our autoload handler polite, ensuring that any __autoload()
functions get added
- Modify phpt calling code so that each phpt files gets its own
test-case (this lets us run one phpt file at a time)
- Implement phpt for loading, which test varying loading methods of HTML
Purifier
- Add --disable-phpt and --only-phpt flags
- More descriptive veto messages, also fix test count

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1552 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier.autoload.php
tests/HTMLPurifier/PHPT/loading/auto-includes.phpt [new file with mode: 0644]
tests/HTMLPurifier/PHPT/loading/auto-with-autoload.phpt [new file with mode: 0644]
tests/HTMLPurifier/PHPT/loading/auto-with-spl-autoload.phpt [new file with mode: 0644]
tests/HTMLPurifier/PHPT/loading/auto.phpt [new file with mode: 0644]
tests/HTMLPurifier/PHPT/stub.phpt [moved from tests/HTMLPurifier/PHPT/Smoketest.phpt with 100% similarity]
tests/PHPT/Reporter/SimpleTest.php
tests/common.php
tests/index.php
tests/test_files.php