aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/ext/foo/config
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-211-0/+4
| | | | PHPBB3-11948
* [ticket/11948] Add second routing file to testsJoas Schilling2013-10-191-0/+3
| | | | PHPBB3-11948
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-1/+1
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [feature/controller] Implement a front controllerDavid King2012-11-162-0/+6
PHPBB3-10864