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 8c439aa62c [3.1.0] multitest.php now works again for all version, however, some hacks to PHPT are required
- Bootstrap hotfix to prevent multiple loading in standalone. We need a better way of doing this!
- Make extras/ autoloader polite too
- Initialize autoloaders in common.php
- Add trailing dash to "skip" in phpt
- Upgrade SimpleTest.php not to allow directories

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1554 48356398-32a2-884e-a903-53898d9a118a
2008-02-16 18:03:51 +00:00
..
AttrDef [3.0.0] Allow filter:none for proprietary filter property 2007-12-17 22:12:11 +00:00
AttrTransform Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
ChildDef 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
DefinitionCache 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
Filter Completely remove style if naughty selector is found. This is for compatibility reasons until Tidy 1.4 is released. 2008-01-06 05:36:48 +00:00
HTMLModule [2.1.2?] Implemented Object module for trusted users. 2007-08-08 05:16:15 +00:00
Injector [2.1.3] Refine injector algorithm regarding behavior inside nodes that allow paragraphs inside them 2007-09-27 00:39:05 +00:00
Lexer [3.1.0] Land PHPT integration (currently required; we'll relax this later) 2008-02-16 00:40:30 +00:00
PHPT [3.1.0] multitest.php now works again for all version, however, some hacks to PHPT are required 2008-02-16 18:03:51 +00:00
SimpleTest [3.0.0] Upgraded test scripts and other goodies. Also removed some PHP4 cruft. 2008-01-07 00:17:49 +00:00
Strategy [3.1.0] [BACKPORT] Fix <span><span><div> by sending back to the front of the loop for reprocessing. 2008-01-10 21:40:41 +00:00
URIFilter [2.1.3] Fix PHP warning from MakeAbsolute, also improve URIFilter documentation 2007-09-27 00:07:27 +00:00
AttrCollectionsTest.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
AttrDefHarness.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
AttrDefTest.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
AttrTransformHarness.php Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
AttrTransformTest.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
AttrTypesTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
AttrValidator_ErrorsTest.php More unit test refactoring into seperate methods. 2007-08-16 06:48:24 +00:00
ChildDefHarness.php Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
ComplexHarness.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
ConfigSchemaTest.php [3.1.0] Land PHPT integration (currently required; we'll relax this later) 2008-02-16 00:40:30 +00:00
ConfigTest-create.ini [1.4.0] Config object can now be instantiated from ini files. Also updated TODO. 2007-01-21 14:29:46 +00:00
ConfigTest-finalize.ini [1.7.0] Configuration object now finalizes itself after first read operation 2007-05-20 18:06:51 +00:00
ConfigTest-loadIni.ini [1.4.0] Config object can now be instantiated from ini files. Also updated TODO. 2007-01-21 14:29:46 +00:00
ConfigTest.php [3.1.0] Land PHPT integration (currently required; we'll relax this later) 2008-02-16 00:40:30 +00:00
ContextTest.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
DefinitionCacheFactoryTest.php [3.0.0] [BACKPORT] 2007-12-09 03:14:34 +00:00
DefinitionCacheHarness.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
DefinitionCacheTest.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
DefinitionTest.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
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 [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
ElementDefTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
EncoderTest.php [3.0.0] Upgraded test scripts and other goodies. Also removed some PHP4 cruft. 2008-01-07 00:17:49 +00:00
EntityLookupTest.php More unit test refactoring into seperate methods. 2007-08-16 06:48:24 +00:00
EntityParserTest.php [3.0.0] Upgraded test scripts and other goodies. Also removed some PHP4 cruft. 2008-01-07 00:17:49 +00:00
ErrorCollectorEMock.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
ErrorCollectorTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
ErrorsHarness.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
GeneratorTest.php [3.1.0] Land PHPT integration (currently required; we'll relax this later) 2008-02-16 00:40:30 +00:00
Harness.php [3.0.0] Add global scoping support for ExtractStyleBlocks; scoped="" attribute bumped off for some 'other' time. 2008-01-05 19:19:55 +00:00
HTMLDefinitionTest.php Add test-case for blank TinyMCE allowed list. 2007-08-02 15:13:12 +00:00
HTMLModuleHarness.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
HTMLModuleManagerTest.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
HTMLModuleTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
IDAccumulatorTest.php Refactor IDAccumulator so that unit tests now work, and initialization is inside the class. 2007-09-26 23:36:37 +00:00
InjectorHarness.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
LanguageFactoryTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
LanguageTest.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
LexerTest.php [3.0.0] Fully implement CSS extraction and cleaning. See NEWS for more information, it is now a Filter. 2007-12-12 21:46:30 +00:00
PercentEncoderTest.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
StrategyHarness.php [2.1.0] Implement Ruby. 2007-08-02 22:44:42 +00:00
TagTransformTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
TokenFactoryTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
TokenTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
URIDefinitionTest.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
URIFilterHarness.php [2.1.0] Further refactoring of AttrDef_URI, creation of new URIFilter and URIDefinition subsystems. 2007-08-02 01:12:27 +00:00
URIHarness.php [2.1.0] Implement MakeAbsolute URI filter 2007-08-02 21:47:24 +00:00
URIParserTest.php [2.1.0] Create new URI object and migrate URI validation systems to use it. URIScheme interface changed. 2007-08-01 18:34:46 +00:00
URISchemeRegistryTest.php [2.1.0] All unit tests inherit from HTMLPurifier_Harness, not UnitTestCase. prepareCommon() refactored to global test-case. 2007-08-01 14:06:59 +00:00
URISchemeTest.php [2.1.1] Add prefix directory to include path in standalone: this prevents PEAR from clobbering our unit tests 2007-08-03 15:11:08 +00:00
URITest.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00