aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11480] Fix typosTristan Darricau2014-05-291-1/+2
* [ticket/11480] Add functionnal testTristan Darricau2014-05-291-0/+64
* [ticket/12176] Add functional test for founder deletion message.Andreas Fischer2014-02-151-0/+45
* [ticket/11775] Split test into multiple stepsJoas Schilling2013-08-121-1/+25
* [ticket/11775] Add functional test for moving the last postJoas Schilling2013-08-091-0/+43
* [ticket/11775] Backport moving of the posting functions to 3.0Joas Schilling2013-08-081-101/+0
* [ticket/11720] Add functional test for submitting report as userMarc Alexander2013-07-211-7/+12
* [ticket/11548] Fix incorrect usage of array_map on acp groups pageMarc Alexander2013-07-122-49/+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
| * 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
| * | [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/11568] Use static calls for static methodsJoas Schilling2013-05-314-16/+16
| * | [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
* | | [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-0/+50
|/ /
* | [ticket/11538] Cut functional tests down a bit as these are more expensive.Andreas Fischer2013-05-261-14/+4
* | [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
* | [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+61
|/
* [ticket/8610] Do not use requests to submit posts except in posting_test.phpNathan Guse2012-12-151-6/+106
* [ticket/8610] Move posting helpers to separate fileNathan Guse2012-12-131-2/+6
* [ticket/8610] Create helper functions to create topic/post in functional testsNathan Guse2012-12-131-78/+11
* [ticket/10972] Drop user deletion.Oleg Pudeyev2012-12-061-1/+0
* [ticket/10972] Tweak user addition.Oleg Pudeyev2012-12-061-4/+8
* [ticket/10972] Moved tests into appropriate places and added commentsFyorl2012-12-062-45/+9
* [ticket/10972] Added methods for creating and deleting basic usersFyorl2012-12-061-0/+45
* [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+3
* [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-011-9/+1
* [task/functional] Added posting tests (reply and new topic)David King2012-09-011-0/+110
* [task/functional] Make sure missing language values are handled properlyDavid King2012-04-241-0/+8
* [task/functional] Increase code coverage for functional testsDavid King2012-04-233-0/+83
* [ticket/10492] Fix line endingsPatrick Webster2012-04-211-26/+26
* [ticket/10492] Backporting functional testsPatrick Webster2012-04-211-0/+26