aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-0/+49
|\
| * [ticket/11548] Use new static methods for request and submitMarc Alexander2013-07-111-5/+4
| * Merge branch 'develop-olympus' of https://github.com/phpbb/phpbb3 into ticket...Marc Alexander2013-07-116-27/+122
| |\
| | * [ticket/10772] Updating testsVjacheslav Trushkin2013-07-111-12/+6
| * | [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-0/+50
* | | Merge branch 'develop-olympus' into developNathaniel Guse2013-07-111-28/+20
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'remotes/cyberalien/ticket/10772' into develop-o...Nathaniel Guse2013-07-111-0/+51
| |\ \
| | * | [ticket/10772] Functional tests for forum styleVjacheslav Trushkin2013-05-161-0/+51
* | | | Merge remote-tracking branch 'remotes/cyberalien/ticket/develop/10772' into d...Nathaniel Guse2013-07-111-0/+53
|\ \ \ \
| * | | | [ticket/develop/10772] Fix copyright yearVjacheslav Trushkin2013-05-121-1/+1
| * | | | [ticket/develop/10772] Unit tests for forum specific styleVjacheslav Trushkin2013-05-111-0/+53
* | | | | Merge branch 'ticket/11566' into ticket/11566-developDhruv2013-07-011-0/+61
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [ticket/11566] Check that guest doesn't have reporting permission by defaultDhruv2013-07-011-0/+4
| * | | | [ticket/11566] Revert forum permission changesDhruv2013-07-011-3/+4
| * | | | [ticket/11566] Use language variable instead of hardcodeDhruv2013-07-011-1/+2
| * | | | [ticket/11566] add tests for reporting postDhruv2013-07-011-0/+55
* | | | | [ticket/9341] Assert that page doesnt contain next or prev page postsDhruv2013-06-281-1/+3
* | | | | [ticket/9341] Follow the Next/Prev link in testsDhruv2013-06-281-5/+9
* | | | | [ticket/9341] Add tests for checking Next and Previous template varsDhruv2013-06-271-0/+33
* | | | | [ticket/9341] Move create_topic and post into functional test caseDhruv2013-06-271-101/+0
* | | | | [ticket/11550] Specify a valid path so it's clearer that it must be a pathJoas Schilling2013-06-112-2/+2
* | | | | [ticket/11550] Move comments to correct functionJoas Schilling2013-06-115-40/+0
* | | | | [ticket/11550] We use a different fixture set for extension_acp_test.phpJoas Schilling2013-06-091-1/+1
* | | | | [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-085-158/+38
* | | | | [ticket/11550] Fix copying the fixtures in extension_permission_lang_test.phpJoas Schilling2013-06-081-1/+4
* | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11568-d...Joas Schilling2013-06-078-11/+359
|\ \ \ \ \
| * | | | | [ticket/11587] Add functional tests for group teampage settingsMarc Alexander2013-06-043-6/+157
| * | | | | [ticket/11538] Add admin as admins leader and moderator in memberlist_testMarc Alexander2013-06-042-6/+12
| * | | | | [ticket/11549] Add functional test for ACP Extension Module with TemplateJoas Schilling2013-05-314-0/+193
* | | | | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-3112-56/+58
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | [ticket/11568] Use static calls for static methodsJoas Schilling2013-05-314-16/+16
* | | | | | [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-303-6/+7
* | | | | | [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-289-26/+2
* | | | | | [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-286-17/+13
* | | | | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-284-13/+2
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | [ticket/11568] Fix common_groups_test.php form handlingJoas Schilling2013-05-271-2/+1
| * | | | [ticket/11568] Remove manual calls to assert_response_success()Joas Schilling2013-05-273-11/+1
| | |_|/ | |/| |
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-14/+4
|\ \ \ \ | |/ / /
| * | | [ticket/11538] Cut functional tests down a bit as these are more expensive.Andreas Fischer2013-05-261-14/+4
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-263-0/+103
|\ \ \ \ | |/ / /
| * | | [ticket/11538] Modify test colour valuesMarc Alexander2013-05-191-2/+3
| * | | [ticket/11538] Move group ID into abstract test class and add more test casesMarc Alexander2013-05-193-3/+7
| * | | [ticket/11538] Use abstract class for functional test cases for group colourMarc Alexander2013-05-173-63/+60
| * | | [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-152-0/+6
| * | | [ticket/11538] Add tests for acp group manage pageMarc Alexander2013-05-141-0/+45
| * | | [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-8/+7
| * | | [ticket/11538] Fix incorrect regex and test for duplicate # in color stringMarc Alexander2013-05-141-0/+1
| * | | [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-37/+20