aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter/s9e/renderer_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-5/+5
* [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-271-2/+2
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
* [ticket/14128] Fix img bbcode regression, lost postimage classMatt Friedman2015-08-261-2/+2
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-11/+43
* [ticket/11768] Renamed service varsJoshyPHP2015-04-021-7/+5
* [ticket/11768] Restored get_parser() / get_renderer()JoshyPHP2015-04-021-0/+7
* [ticket/11768] Added renderer eventsJoshyPHP2015-04-021-0/+54
* [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-2/+37
* [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-021-7/+0
* [ticket/11768] Removed unused varJoshyPHP2015-04-021-2/+0
* [ticket/11768] Removed the cached rendererJoshyPHP2015-04-021-1/+1
* [ticket/11768] Removed require_once calls that target mock classesJoshyPHP2015-04-021-1/+0
* [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-021-3/+7
* [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-021-0/+7
* [ticket/11768] Replaced the Censor pluginJoshyPHP2015-04-021-6/+6
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-021-1/+1
* [ticket/11768] Updated tests to use the new constructor signatures9e2015-04-021-8/+9
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+355