0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
htmlpurifier/tests/HTMLPurifier
Edward Z. Yang 50aa0ea714 [3.1.0] Move $safe from ElementDef to HTMLModule
- Make $info in AttrTypes protected, to force cloning
- Remove copy() functions in favor of clone

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1664 48356398-32a2-884e-a903-53898d9a118a
2008-04-21 23:28:52 +00:00
..
AttrDef - Removed tally(), swallowErrors(), assertNoErrors() 2008-04-14 03:06:36 +00:00
AttrTransform Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
ChildDef Various fixes: 2008-04-15 03:33:09 +00:00
ConfigSchema Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
DefinitionCache Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
Filter [3.1.0] [BACKPORT] Fix bug with comments in styles, and some associated issues 2008-02-20 00:15:44 +00:00
HTMLModule - Removed tally(), swallowErrors(), assertNoErrors() 2008-04-14 03:06:36 +00:00
Injector Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
Lexer Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
PHPT [3.1.0] Add HTMLPurifier.safe-includes.php loader stub. 2008-04-04 17:44:42 +00:00
SimpleTest Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
Strategy Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
StringHashParser [3.1.0] Add multi-parse capability for StringHash 2008-03-23 00:02:37 +00:00
URIFilter Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
VarParser Implement native VarParser. 2008-03-05 05:03:01 +00:00
AttrCollectionsTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
AttrDefHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
AttrDefTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
AttrTransformHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
AttrTransformTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
AttrTypesTest.php [3.1.0] Move $safe from ElementDef to HTMLModule 2008-04-21 23:28:52 +00:00
AttrValidator_ErrorsTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
ChildDefHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
ComplexHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
ConfigSchemaTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
ConfigTest-create.ini Various fixes: 2008-04-15 03:33:09 +00:00
ConfigTest-finalize.ini Various fixes: 2008-04-15 03:33:09 +00:00
ConfigTest-loadIni.ini Various fixes: 2008-04-15 03:33:09 +00:00
ConfigTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
ContextTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
DefinitionCacheFactoryTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
DefinitionCacheHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
DefinitionCacheTest.php [3.1.0] Make static ConfigSchema methods throw errors. 2008-02-20 00:37:08 +00:00
DefinitionTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
DefinitionTestable.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
DoctypeRegistryTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
ElementDefTest.php [3.1.0] Move $safe from ElementDef to HTMLModule 2008-04-21 23:28:52 +00:00
EncoderTest.php - Removed tally(), swallowErrors(), assertNoErrors() 2008-04-14 03:06:36 +00:00
EntityLookupTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
EntityParserTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
ErrorCollectorEMock.php - Removed tally(), swallowErrors(), assertNoErrors() 2008-04-14 03:06:36 +00:00
ErrorCollectorTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
ErrorsHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
GeneratorTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
Harness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
HTMLDefinitionTest.php [3.1.0] Fix bug with addAttribute when called multiple times on the same element 2008-03-26 04:31:04 +00:00
HTMLModuleHarness.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
HTMLModuleManagerTest.php [3.1.0] Move $safe from ElementDef to HTMLModule 2008-04-21 23:28:52 +00:00
HTMLModuleTest.php [3.1.0] Move $safe from ElementDef to HTMLModule 2008-04-21 23:28:52 +00:00
IDAccumulatorTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
InjectorHarness.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
LanguageFactoryTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
LanguageTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
LexerTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
PercentEncoderTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
StrategyHarness.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
StringHashParserTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
StringHashTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
TagTransformTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
TokenFactoryTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
TokenTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
URIDefinitionTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
URIFilterHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
URIHarness.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
URIParserTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
URISchemeRegistryTest.php Remove includes from unit tests. 2008-02-18 04:41:42 +00:00
URISchemeTest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
URITest.php Classname() constructors to __construct() constructors, as per SimpleTest. Also normalized ppp declarations; no public declaration for test methods, public/protected for the rest 2008-04-21 15:24:18 +00:00
VarParserHarness.php Reorganize VarParser; there may be multiple implementations. 2008-03-05 03:51:09 +00:00