aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes
Commit message (Collapse)AuthorAgeFilesLines
* :arrow_up: Update HTML Purifier library.Klaus Weidenbach2017-03-261-0/+6
| | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library.
* :white_check_mark: Some more tests for purify_html().Klaus Weidenbach2017-03-221-8/+49
| | | | | Add some generic HTML, JS, CSS expectations for purify_html(). Also cover our own configuration for HTMLPurifier.
* :white_check_mark: Add unit test for purify_html().Klaus Weidenbach2017-03-191-0/+37
In preparation to update HTMLPurifier library add a unit test. Please add more HTML that you need to have working and we can check against regressions.