aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/TextTest.php
Commit message (Collapse)AuthorAgeFilesLines
* :white_check_mark: Some more work on unit tests.Klaus Weidenbach2017-10-291-1/+39
| | | | | | Some small improvements for coverage report. Add more functions from include/text.php Update composer dev libraries for phpunit.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-301-0/+10
|\
| * :hammer::white_check_mark: Add html2markdown unit tests.Klaus Weidenbach2017-05-271-0/+18
| | | | | | | | | | | | A tiny refactoring to make HTML 2 markdown conversion testable. Add some unit tests to check the behavior of the now used HTML2Markdown library. There are some differences compared to the old pixel418/markdownify library.
* | consolidate email validation checkszotlabs2017-05-111-12/+0
|/
* :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.