Classname() constructors to __construct() constructors, as per SimpleTest. Also norma...
commit59605d592b102a0fae9e91ba5e0bcfad8c841f62
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 21 Apr 2008 15:24:18 +0000 (21 15:24 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 21 Apr 2008 15:24:18 +0000 (21 15:24 +0000)
treee5d74d1537a096aee12de7d51ba087333af1f871
parent5dbd455afb2cb04b098d7ebd8fd1b888c3db3a9d
Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1663 48356398-32a2-884e-a903-53898d9a118a
38 files changed:
tests/FSTools/FileSystemHarness.php
tests/HTMLPurifier/AttrDefHarness.php
tests/HTMLPurifier/AttrTransformHarness.php
tests/HTMLPurifier/AttrValidator_ErrorsTest.php
tests/HTMLPurifier/ChildDefHarness.php
tests/HTMLPurifier/ComplexHarness.php
tests/HTMLPurifier/ConfigSchema/InterchangeTest.php
tests/HTMLPurifier/ConfigSchema/ValidatorAtomTest.php
tests/HTMLPurifier/ConfigSchema/ValidatorTest.php
tests/HTMLPurifier/ConfigSchema/ValidatorTestCase.php
tests/HTMLPurifier/ConfigSchemaTest.php
tests/HTMLPurifier/ConfigTest.php
tests/HTMLPurifier/ContextTest.php
tests/HTMLPurifier/DefinitionCacheFactoryTest.php
tests/HTMLPurifier/DefinitionCacheHarness.php
tests/HTMLPurifier/EntityParserTest.php
tests/HTMLPurifier/ErrorCollectorTest.php
tests/HTMLPurifier/ErrorsHarness.php
tests/HTMLPurifier/GeneratorTest.php
tests/HTMLPurifier/Harness.php
tests/HTMLPurifier/LanguageTest.php
tests/HTMLPurifier/LexerTest.php
tests/HTMLPurifier/SimpleTest/Reporter.php
tests/HTMLPurifier/Strategy/ErrorsHarness.php
tests/HTMLPurifier/Strategy/FixNesting_ErrorsTest.php
tests/HTMLPurifier/Strategy/MakeWellFormed_ErrorsTest.php
tests/HTMLPurifier/Strategy/RemoveForeignElements_ErrorsTest.php
tests/HTMLPurifier/StringHashParserTest.php
tests/HTMLPurifier/StringHashTest.php
tests/HTMLPurifier/TagTransformTest.php
tests/HTMLPurifier/TokenTest.php
tests/HTMLPurifier/URIDefinitionTest.php
tests/HTMLPurifier/URIFilterHarness.php
tests/HTMLPurifier/URIHarness.php
tests/HTMLPurifier/URIParserTest.php
tests/HTMLPurifier/URISchemeTest.php
tests/HTMLPurifier/URITest.php
tests/PHPT/Controller/SimpleTest.php