0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
htmlpurifier/tests/HTMLPurifier
2007-09-09 01:27:09 +00:00
..
AttrDef [2.1.2] Implement border-spacing 2007-09-03 15:16:33 +00:00
AttrTransform Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
ChildDef More unit test refactoring; remove unnecessary periods from HTMLDefinition error messages 2007-08-07 05:38:22 +00:00
DefinitionCache [2.1.0] Standalone file now can be generated using maintenance/merge-library.php. Also: 2007-07-30 16:56:50 +00:00
HTMLModule [2.1.2?] Implemented Object module for trusted users. 2007-08-08 05:16:15 +00:00
Injector [2.1.2?] Final migration for Injectors, deprecate the config and context parameters in assertResult 2007-08-08 05:38:52 +00:00
Lexer [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
SimpleTest Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
Strategy [2.1.3] Fix off-by-one bug in injector functionality for dormant injectors 2007-09-09 01:27:09 +00:00
URIFilter [2.1.0] Implement MakeAbsolute URI filter 2007-08-02 21:47:24 +00:00
AttrCollectionsTest.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
AttrDefHarness.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
AttrDefTest.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
AttrTransformHarness.php Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
AttrTransformTest.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
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 [2.1.2?] Final migration for Injectors, deprecate the config and context parameters in assertResult 2007-08-08 05:38:52 +00:00
ConfigSchemaTest.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
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 [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
ContextTest.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
DefinitionCacheFactoryTest.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
DefinitionCacheHarness.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
DefinitionCacheTest.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
DefinitionTest.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
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 [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
EntityLookupTest.php More unit test refactoring into seperate methods. 2007-08-16 06:48:24 +00:00
EntityParserTest.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
ErrorCollectorEMock.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +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 [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
GeneratorTest.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
Harness.php [2.1.1] Single test methods can be invoked by prefixing them with __only 2007-08-04 14:51:06 +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 [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
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 [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
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 [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
LexerTest.php [2.1.2] Implement experimental HTML5 parsing using PH5P 2007-08-19 18:49:35 +00:00
PercentEncoderTest.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
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 [2.1.0] Implement MakeAbsolute URI filter 2007-08-02 21:47:24 +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 [2.1.0] Migrate host blacklist functionality to URIFilter. 2007-08-02 01:41:37 +00:00