Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13008] Add functionnal test | Tristan Darricau | 2014-08-24 | 1 | -0/+14 |
| | | | | PHPBB3-13008 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12261] Mark test as incomplete, something is wrong with sessions | Joas Schilling | 2014-03-11 | 1 | -0/+3 |
| | | | | PHPBB3-12261 | ||||
* | [ticket/12261] Fix doc block | Joas Schilling | 2014-03-10 | 1 | -1/+1 |
| | | | | PHPBB3-12261 | ||||
* | [ticket/12261] Validate the redirect hidden field before submitting the form | Joas Schilling | 2014-03-10 | 1 | -0/+2 |
| | | | | PHPBB3-12261 | ||||
* | [ticket/12261] Add a functional test for redirect after using login_box() | Joas Schilling | 2014-03-10 | 1 | -1/+17 |
| | | | | PHPBB3-12261 | ||||
* | [ticket/11997] Use path_helper in in foo/bar extension for redirect URLs | Marc Alexander | 2013-12-27 | 1 | -1/+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 | ||||
* | [ticket/11997] Allow redirects to parent folders like previously | Marc Alexander | 2013-12-21 | 1 | -1/+3 |
| | | | | | | | Redirects to parent folders were possible with the previous redirect function. This change will allow these redirects again. PHPBB3-11997 | ||||
* | [ticket/11997] Move expected redirect returns to controller and output to HTML | Marc Alexander | 2013-12-20 | 1 | -16/+11 |
| | | | | | | | | The controller will now output the expected redirect returns the same way the redirect returns are output. The extension controller test will compare those 2 outputs. PHPBB3-11997 | ||||
* | Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997 | Marc Alexander | 2013-12-07 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: tests/functional/fixtures/ext/foo/bar/config/services.yml | ||||
| * | [ticket/12017] Copy config/ dir so events work | Joas Schilling | 2013-11-14 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-12017 | ||||
* | | [ticket/11997] Fix tests for path_helper's get_controller_redirect_url() | Marc Alexander | 2013-12-07 | 1 | -10/+9 |
| | | | | | | | | PHPBB3-11997 | ||||
* | | [ticket/11997] Add functional test for redirects in controller | Joas Schilling | 2013-11-13 | 1 | -0/+32 |
|/ | | | | PHPBB3-11997 | ||||
* | [ticket/11700] Fix extension loading with namespaces | Nils Adermann | 2013-09-19 | 1 | -1/+1 |
| | | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700 | ||||
* | [ticket/11215] Use new URL structure for controllers | David King | 2013-08-31 | 1 | -5/+5 |
| | | | | | | | In tests, the old app.php?controller=foo structure was used. Instead it should be app.php/foo. PHPBB3-11215 | ||||
* | [ticket/11696] Rename db_tools.php so it can be autoloaded | Joas Schilling | 2013-07-14 | 1 | -1/+0 |
| | | | | PHPBB3-11696 | ||||
* | [ticket/11550] Move comments to correct function | Joas Schilling | 2013-06-11 | 1 | -8/+0 |
| | | | | PHPBB3-11550 | ||||
* | [ticket/11550] Fixtures should only be directories not files | Joas Schilling | 2013-06-08 | 1 | -4/+3 |
| | | | | PHPBB3-11550 | ||||
* | [ticket/11550] Use new functionality from the test case helpers | Joas Schilling | 2013-06-08 | 1 | -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-develop | Joas Schilling | 2013-05-31 | 1 | -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 arguments | Joas Schilling | 2013-05-30 | 1 | -1/+0 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Fix some more tests in 3.1 | Joas Schilling | 2013-05-30 | 1 | -3/+3 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Remove unneccessary calls to assert_response_success() | Joas Schilling | 2013-05-28 | 1 | -4/+2 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Do not directly access $client from tests | Joas Schilling | 2013-05-28 | 1 | -4/+5 |
| | | | | PHPBB3-11568 | ||||
* | [feature/controller] Fix comments, check against more general HttpException | David King | 2012-11-19 | 1 | -3/+4 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Check for proper status codes from controllers | David King | 2012-11-19 | 1 | -1/+12 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Fix functional tests to use query string for controllers | David King | 2012-11-18 | 1 | -4/+4 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Fix line endings and permissions, and check responses | David King | 2012-11-16 | 1 | -0/+4 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Add controller functional test with template | David King | 2012-11-16 | 1 | -5/+27 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Use warning instead of echo for copy() and unlink() | David King | 2012-11-16 | 1 | -8/+2 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Add test for missing argument in controller class | David King | 2012-11-16 | 1 | -1/+9 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Adapt functional tests given new controller framework | David King | 2012-11-16 | 1 | -82/+47 |
| | | | | PHPBB3-10864 | ||||
* | [ticket/11202] Check response success before content assertions. | Oleg Pudeyev | 2012-11-15 | 1 | -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.php | David King | 2012-05-07 | 1 | -9/+0 |
| | | | | PHPBB3-10837 | ||||
* | [ticket/10586] Added space in if statement | David King | 2012-03-28 | 1 | -1/+1 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] Tests finally work (thanks naderman) | David King | 2012-03-19 | 1 | -13/+12 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] Correctly purge board cache and don't rename install directory | Nils Adermann | 2012-03-19 | 1 | -4/+4 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] trying to get tests to work | David King | 2012-03-19 | 1 | -12/+16 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] more work on getting tests to pass | David King | 2012-03-19 | 1 | -11/+5 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] Tests are coming along, just a little more to go | David King | 2012-03-19 | 1 | -30/+26 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] Rename install directory back to install/ after tests | David King | 2012-03-19 | 1 | -0/+11 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] browse tests now work, but mine dont. at least we are making ↵ | David King | 2012-03-19 | 1 | -1/+21 |
| | | | | | | progress PHPBB3-10586 | ||||
* | [ticket/10586] initial work on copying fixtures. Note that this depends on 10706 | David King | 2012-03-19 | 1 | -0/+33 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] Now tests run, but fail. But here is what I have. | David King | 2012-03-19 | 1 | -2/+4 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] some bootstrap additions and test changes to try and make it work | David King | 2012-03-19 | 1 | -4/+2 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] test stuff. does not work yet, still need to put phpBB ↵ | David King | 2012-03-19 | 1 | -0/+96 |
objects in bootstrap.php |