aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/controllers_compatibility_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14542] Move cron to controllerMáté Bartus2019-05-061-0/+8
| | | | PHPBB3-14542
* [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-0/+13
| | | | PHPBB3-13645
* [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-0/+43
Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654