aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_controller_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-1/+0
| | | | PHPBB3-11696
* [ticket/11550] Move comments to correct functionJoas Schilling2013-06-111-8/+0
| | | | PHPBB3-11550
* [ticket/11550] Fixtures should only be directories not filesJoas Schilling2013-06-081-4/+3
| | | | PHPBB3-11550
* [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-35/+6
| | | | | | | Instead of duplicating the extension copy code, it is now in the helpers. So we remove the code from existing tests. PHPBB3-11550
* Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-8/+10
| | | | | | | | | | | * ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods Conflicts: tests/test_framework/phpbb_functional_test_case.php
* [ticket/develop/11568] Remove unneccessary second call with wrong argumentsJoas Schilling2013-05-301-1/+0
| | | | PHPBB3-11568
* [ticket/develop/11568] Fix some more tests in 3.1Joas Schilling2013-05-301-3/+3
| | | | PHPBB3-11568
* [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-281-4/+2
| | | | PHPBB3-11568
* [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-281-4/+5
| | | | PHPBB3-11568
* [feature/controller] Fix comments, check against more general HttpExceptionDavid King2012-11-191-3/+4
| | | | PHPBB3-10864
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-191-1/+12
| | | | PHPBB3-10864
* [feature/controller] Fix functional tests to use query string for controllersDavid King2012-11-181-4/+4
| | | | PHPBB3-10864
* [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-161-0/+4
| | | | PHPBB3-10864
* [feature/controller] Add controller functional test with templateDavid King2012-11-161-5/+27
| | | | PHPBB3-10864
* [feature/controller] Use warning instead of echo for copy() and unlink()David King2012-11-161-8/+2
| | | | PHPBB3-10864
* [feature/controller] Add test for missing argument in controller classDavid King2012-11-161-1/+9
| | | | PHPBB3-10864
* [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-161-82/+47
| | | | PHPBB3-10864
* [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+2
| | | | | | | This does not change tests that perform requests which are either clearly not supposed to succeed or are a gray area. PHPBB3-11202
* [ticket/10837] Removed tearDownAfterClass() from extension_controller_test.phpDavid King2012-05-071-9/+0
| | | | PHPBB3-10837
* [ticket/10586] Added space in if statementDavid King2012-03-281-1/+1
| | | | PHPBB3-10586
* [ticket/10586] Tests finally work (thanks naderman)David King2012-03-191-13/+12
| | | | PHPBB3-10586
* [ticket/10586] Correctly purge board cache and don't rename install directoryNils Adermann2012-03-191-4/+4
| | | | PHPBB3-10586
* [ticket/10586] trying to get tests to workDavid King2012-03-191-12/+16
| | | | PHPBB3-10586
* [ticket/10586] more work on getting tests to passDavid King2012-03-191-11/+5
| | | | PHPBB3-10586
* [ticket/10586] Tests are coming along, just a little more to goDavid King2012-03-191-30/+26
| | | | PHPBB3-10586
* [ticket/10586] Rename install directory back to install/ after testsDavid King2012-03-191-0/+11
| | | | PHPBB3-10586
* [ticket/10586] browse tests now work, but mine dont. at least we are making ↵David King2012-03-191-1/+21
| | | | | | progress PHPBB3-10586
* [ticket/10586] initial work on copying fixtures. Note that this depends on 10706David King2012-03-191-0/+33
| | | | PHPBB3-10586
* [ticket/10586] Now tests run, but fail. But here is what I have.David King2012-03-191-2/+4
| | | | PHPBB3-10586
* [ticket/10586] some bootstrap additions and test changes to try and make it workDavid King2012-03-191-4/+2
| | | | PHPBB3-10586
* [ticket/10586] test stuff. does not work yet, still need to put phpBB ↵David King2012-03-191-0/+96
objects in bootstrap.php