aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/controller_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11948] Check actual result of routesJoas Schilling2013-10-211-1/+8
| | | | PHPBB3-11948
* [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-211-1/+1
| | | | PHPBB3-11948
* [ticket/11948] Add second routing file to testsJoas Schilling2013-10-191-1/+1
| | | | PHPBB3-11948
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-4/+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
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-1/+1
| | | | PHPBB3-11698
* [ticket/11334] Move unit tests for helper->url() into own fileJoas Schilling2013-03-151-11/+0
| | | | PHPBB3-11334
* [ticket/11334] Include functions.php and fix class name in testsJoas Schilling2013-03-151-1/+3
| | | | PHPBB3-11334
* [ticket/11334] Make $phpbb_dispatcher global, as done in append_sid testDavid King2013-03-151-0/+3
| | | | PHPBB3-11334
* [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-0/+6
| | | | PHPBB3-11334
* [feature/controller] Reword comment for clarificationDavid King2012-11-161-4/+3
| | | | PHPBB3-10864
* [feature/controller] Use sizeof() instead of count() as per guidelinesDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] Fix testsDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] Add _controller attribute to Request after instantiationDavid King2012-11-161-2/+4
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-161-0/+75
PHPBB3-10864