aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/report_post_captcha_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-3/+4
| | | | | | | | | | | | | | 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
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* [ticket/11720] Add functional test for submitting report as userMarc Alexander2013-07-211-0/+66
The already existing functional tests were not ran as the filename was missing the appended "_test". PHPBB3-11720