aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foo/bar/controller/controller.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2104 from nickvergessen/ticket/12261Nathan Guse2014-03-121-1/+15
|\ | | | | [ticket/12261] Remove web root path from login redirect url
| * [ticket/12261] Add a functional test for redirect after using login_box()Joas Schilling2014-03-101-1/+15
| | | | | | | | PHPBB3-12261
* | [ticket/12090] Comment out broken testJoas Schilling2014-03-091-0/+3
| | | | | | | | PHPBB3-12090
* | [ticket/12090] Fix helper usage in functional controller testsJoas Schilling2014-03-071-27/+3
| | | | | | | | PHPBB3-12090
* | [ticket/12090] Change redirect tests to use route()Joas Schilling2014-03-071-3/+3
|/ | | | PHPBB3-12090
* [ticket/11997] Use functional test cases that should always workMarc Alexander2013-12-281-6/+2
| | | | | | | | | | The previous test cases that tried to redirect to ../index.php and similar might cause us to try to go to http://localhost/../index.php, which will result in http://index.php. As this obviously will trigger an error as intended, we should not put this inside our test cases for the redirect function. PHPBB3-11997
* [ticket/11997] Fix redirect tests for mod rewriteMarc Alexander2013-12-281-15/+26
| | | | | | | | Controller routes that are supposed to link to parent directories can't be tested as the links are incorrectly created depending on enabled mod rewrite or not. PHPBB3-11997
* [ticket/11997] Use path_helper in in foo/bar extension for redirect URLsMarc Alexander2013-12-271-9/+15
| | | | | | | By using path_helper's clean_url() method, we'll be able to properly check the full URL instead of just parts of the expected URL. PHPBB3-11997
* [ticket/11997] Move expected redirect returns to controller and output to HTMLMarc Alexander2013-12-201-12/+49
| | | | | | | | The controller will now output the expected redirect returns the same way the redirect returns are output. The extension controller test will compare those 2 outputs. PHPBB3-11997
* [ticket/11997] Add functional test for redirects in controllerJoas Schilling2013-11-131-1/+29
| | | | PHPBB3-11997
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-1/+4
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-191-0/+5
| | | | PHPBB3-10864
* [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-161-0/+0
| | | | PHPBB3-10864
* [feature/controller] Add controller functional test with templateDavid King2012-11-161-0/+15
| | | | PHPBB3-10864
* [feature/controller] Add test for missing argument in controller classDavid King2012-11-161-0/+5
| | | | PHPBB3-10864
* [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-161-0/+10
PHPBB3-10864