aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-142-1/+1
| | | | PHPBB3-11698
* [feature/twig] Remove style dependency for controller helperNathan Guse2013-07-051-1/+1
| | | | | | If a controller wants to use set_style, it can just use phpbb_style PHPBB3-11598
* [feature/twig] Fix helper URL testNathaniel Guse2013-07-041-1/+4
| | | | PHPBB3-11598
* [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-2/+1
| | | | PHPBB3-11598
* [feature/twig] Fix controller/helper_url_test (missing globals)Nathan Guse2013-06-241-1/+1
| | | | PHPBB3-11598
* [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
| | | | | | Replace all new phpbb_template( with new phpbb_template_twig( PHPBB3-11598
* [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11334] Allow parameters to be specified in the routeJoas Schilling2013-03-151-3/+3
| | | | PHPBB3-11334
* [ticket/11334] Fix copyright year in test fileJoas Schilling2013-03-151-1/+1
| | | | PHPBB3-11334
* [ticket/11334] Use mocks instead of making parameters optionalJoas Schilling2013-03-151-1/+5
| | | | PHPBB3-11334
* [ticket/11334] Move unit tests for helper->url() into own fileJoas Schilling2013-03-152-11/+55
| | | | 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] Removed another empty construct methodDavid King2012-11-161-7/+0
| | | | PHPBB3-10864
* [feature/controller] Remove empty __construct() methodDavid King2012-11-161-7/+0
| | | | 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-167-0/+133
PHPBB3-10864