aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_controller_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/15377] Add testRubén Calvo2019-05-081-0/+9
* [ticket/14972] Avoid using self as constant in testsrxu2018-01-011-1/+1
* [ticket/13008] Add functionnal testTristan Darricau2014-08-241-0/+14
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12261] Mark test as incomplete, something is wrong with sessionsJoas Schilling2014-03-111-0/+3
* [ticket/12261] Fix doc blockJoas Schilling2014-03-101-1/+1
* [ticket/12261] Validate the redirect hidden field before submitting the formJoas Schilling2014-03-101-0/+2
* [ticket/12261] Add a functional test for redirect after using login_box()Joas Schilling2014-03-101-1/+17
* [ticket/11997] Use path_helper in in foo/bar extension for redirect URLsMarc Alexander2013-12-271-1/+1
* [ticket/11997] Allow redirects to parent folders like previouslyMarc Alexander2013-12-211-1/+3
* [ticket/11997] Move expected redirect returns to controller and output to HTMLMarc Alexander2013-12-201-16/+11
* Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997Marc Alexander2013-12-071-0/+2
|\
| * [ticket/12017] Copy config/ dir so events workJoas Schilling2013-11-141-0/+2
* | [ticket/11997] Fix tests for path_helper's get_controller_redirect_url()Marc Alexander2013-12-071-10/+9
* | [ticket/11997] Add functional test for redirects in controllerJoas Schilling2013-11-131-0/+32
|/
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-1/+1
* [ticket/11215] Use new URL structure for controllersDavid King2013-08-311-5/+5
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-1/+0
* [ticket/11550] Move comments to correct functionJoas Schilling2013-06-111-8/+0
* [ticket/11550] Fixtures should only be directories not filesJoas Schilling2013-06-081-4/+3
* [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-35/+6
* Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-8/+10
* [ticket/develop/11568] Remove unneccessary second call with wrong argumentsJoas Schilling2013-05-301-1/+0
* [ticket/develop/11568] Fix some more tests in 3.1Joas Schilling2013-05-301-3/+3
* [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-281-4/+2
* [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-281-4/+5
* [feature/controller] Fix comments, check against more general HttpExceptionDavid King2012-11-191-3/+4
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-191-1/+12
* [feature/controller] Fix functional tests to use query string for controllersDavid King2012-11-181-4/+4
* [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-161-0/+4
* [feature/controller] Add controller functional test with templateDavid King2012-11-161-5/+27
* [feature/controller] Use warning instead of echo for copy() and unlink()David King2012-11-161-8/+2
* [feature/controller] Add test for missing argument in controller classDavid King2012-11-161-1/+9
* [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-161-82/+47
* [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+2
* [ticket/10837] Removed tearDownAfterClass() from extension_controller_test.phpDavid King2012-05-071-9/+0
* [ticket/10586] Added space in if statementDavid King2012-03-281-1/+1
* [ticket/10586] Tests finally work (thanks naderman)David King2012-03-191-13/+12
* [ticket/10586] Correctly purge board cache and don't rename install directoryNils Adermann2012-03-191-4/+4
* [ticket/10586] trying to get tests to workDavid King2012-03-191-12/+16
* [ticket/10586] more work on getting tests to passDavid King2012-03-191-11/+5
* [ticket/10586] Tests are coming along, just a little more to goDavid King2012-03-191-30/+26
* [ticket/10586] Rename install directory back to install/ after testsDavid King2012-03-191-0/+11
* [ticket/10586] browse tests now work, but mine dont. at least we are making p...David King2012-03-191-1/+21
* [ticket/10586] initial work on copying fixtures. Note that this depends on 10706David King2012-03-191-0/+33
* [ticket/10586] Now tests run, but fail. But here is what I have.David King2012-03-191-2/+4
* [ticket/10586] some bootstrap additions and test changes to try and make it workDavid King2012-03-191-4/+2
* [ticket/10586] test stuff. does not work yet, still need to put phpBB objects...David King2012-03-191-0/+96