0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-23 17:01:51 +00:00
htmlpurifier/tests/HTMLPurifier/Strategy
Edward Z. Yang 552102f7f2 [2.1.3]
- HTMLDefinition->addElement now returns a reference to the created element object, as implied by the documentation
. Extend Injector hooks to allow for more powerful injector routines
. HTMLDefinition->addBlankElement created, as according to the HTMLModule method

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1425 48356398-32a2-884e-a903-53898d9a118a
2007-10-02 22:50:59 +00:00
..
CompositeTest.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
CoreTest.php Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
ErrorsHarness.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
FixNesting_ErrorsTest.php [2.1.3] 2007-10-02 01:19:46 +00:00
FixNestingTest.php [2.1.3] Activate strict blockquote functionality for HTML 4.01 Strict. 2007-09-09 01:46:59 +00:00
MakeWellFormed_ErrorsTest.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
MakeWellFormed_InjectorTest.php [2.1.3] 2007-10-02 22:50:59 +00:00
MakeWellFormedTest.php Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00
RemoveForeignElements_ErrorsTest.php [2.1.0] Genericize element contents removal. This is done in a slightly hacky way since ElementDef is not available, but should be sufficient. 2007-07-11 20:42:58 +00:00
RemoveForeignElements_TidyTest.php [2.1.2?] Add missing sub-tests for strategy, fix error message typo. 2007-08-08 05:08:59 +00:00
RemoveForeignElementsTest.php [2.1.3] 2007-10-02 01:19:46 +00:00
ValidateAttributes_IDTest.php [2.1.2?] Add missing sub-tests for strategy, fix error message typo. 2007-08-08 05:08:59 +00:00
ValidateAttributes_TidyTest.php [2.1.2?] Add missing sub-tests for strategy, fix error message typo. 2007-08-08 05:08:59 +00:00
ValidateAttributesTest.php Refactor unit tests to have one logical assertion per method. 2007-08-06 06:22:23 +00:00