aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/ext
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13502] Also cover passing object to resolver in testsMarc Alexander2016-04-011-0/+5
| | | | PHPBB3-13502
* [ticket/13502] Test getArguments() method of controller resolverMarc Alexander2016-04-011-1/+11
| | | | PHPBB3-13502
* [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-291-0/+4
| | | | PHPBB3-13388
* [ticket/13407] Remove the last occurence of pattern in routing filesNicofuma2015-02-041-1/+1
| | | | PHPBB3-13407
* Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-263-4/+4
|\
| * [ticket/13389] Replace pattern with pathTristan Darricau2014-11-263-4/+4
| | | | | | | | PHPBB3-13389
* | [ticket/12620] Move the routing.yml file to routing/environment.ymlTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Add support of the environments for the ext routing filesTristan Darricau2014-11-203-0/+24
|/ | | | PHPBB3-12620
* [ticket/12480] Add subfolder/config/routing.yml which should not be foundJoas Schilling2014-05-021-0/+3
| | | | PHPBB3-12480
* [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-075-3/+6
| | | | PHPBB3-12090
* [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-192-2/+4
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [feature/controller] Remove empty __construct() methodDavid King2012-11-161-7/+0
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-163-0/+29
PHPBB3-10864