0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier
Edward Z. Yang b5546ff6f0 [3.0.0]
+ PHP4 reference/foreach cruft in Injector removed
. Unit tests for Injector improved
. Some todo stuff updated

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1462 48356398-32a2-884e-a903-53898d9a118a
2007-12-05 01:26:28 +00:00
..
AttrDef [3.0.0] [BACKPORT] Make CSS properties case-insensitive 2007-12-01 17:00:55 +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
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 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
SimpleTest Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
Strategy [3.0.0] 2007-12-05 01:26:28 +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 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
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 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
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 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
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 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
EntityLookupTest.php More unit test refactoring into seperate methods. 2007-08-16 06:48:24 +00:00
EntityParserTest.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
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 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
Harness.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
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 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
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 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