aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foo/bar/config
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14717] Quote strings beginning with @ or % in yaml definitionsMarc Alexander2016-07-231-7/+7
| | | | | | | This type of use was deprecated in symfony 2.8 and will be dropped in 3.x. Also see: https://github.com/symfony/symfony/pull/16285 PHPBB3-14717
* [ticket/13389] Replace pattern with pathTristan Darricau2014-11-261-9/+9
| | | | PHPBB3-13389
* Merge pull request #2104 from nickvergessen/ticket/12261Nathan Guse2014-03-122-0/+5
|\ | | | | [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-102-0/+5
| | | | | | | | PHPBB3-12261
* | [ticket/12090] Change redirect tests to use route()Joas Schilling2014-03-071-0/+12
|/ | | | PHPBB3-12090
* [ticket/11997] Fix redirect tests for mod rewriteMarc Alexander2013-12-281-0/+1
| | | | | | | | 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-0/+1
| | | | | | | 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
* Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997Marc Alexander2013-12-071-0/+9
|\ | | | | | | | | Conflicts: tests/functional/fixtures/ext/foo/bar/config/services.yml
| * [ticket/12016] Update functional tests to use service for event listenersJoas Schilling2013-11-131-0/+9
| | | | | | | | PHPBB3-12016
* | [ticket/11997] Add functional test for redirects in controllerJoas Schilling2013-11-132-0/+6
|/ | | | PHPBB3-11997
* [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] Fix misnamed route for functional testDavid King2012-11-191-1/+1
| | | | PHPBB3-10864
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-191-0/+4
| | | | PHPBB3-10864
* [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-162-0/+0
| | | | PHPBB3-10864
* [feature/controller] Add controller functional test with templateDavid King2012-11-162-0/+7
| | | | PHPBB3-10864
* [feature/controller] Add test for missing argument in controller classDavid King2012-11-161-0/+4
| | | | PHPBB3-10864
* [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-162-0/+6
PHPBB3-10864