aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11480] Fix typosTristan Darricau2014-05-291-1/+2
| | | | PHPBB3-11480
* [ticket/11480] Add functionnal testTristan Darricau2014-05-291-0/+64
| | | | PHPBB3-11480
* [ticket/12176] Add functional test for founder deletion message.Andreas Fischer2014-02-151-0/+45
| | | | PHPBB3-12176
* [ticket/11775] Split test into multiple stepsJoas Schilling2013-08-121-1/+25
| | | | PHPBB3-11775
* [ticket/11775] Add functional test for moving the last postJoas Schilling2013-08-091-0/+43
| | | | PHPBB3-11775
* [ticket/11775] Backport moving of the posting functions to 3.0Joas Schilling2013-08-081-101/+0
| | | | PHPBB3-11775
* [ticket/11720] Add functional test for submitting report as userMarc Alexander2013-07-211-7/+12
| | | | | | | The already existing functional tests were not ran as the filename was missing the appended "_test". PHPBB3-11720
* [ticket/11548] Fix incorrect usage of array_map on acp groups pageMarc Alexander2013-07-122-49/+49
| | | | | | | | The array_map was only ran on small parts of the actual error array instead of the whole one. This resulted in the output of the language variables' names rather than their actual value. PHPBB3-11548
* [ticket/11548] Use new static methods for request and submitMarc Alexander2013-07-111-5/+4
| | | | PHPBB3-11548
* Merge branch 'develop-olympus' of https://github.com/phpbb/phpbb3 into ↵Marc Alexander2013-07-116-27/+122
|\ | | | | | | ticket/11548
| * [ticket/10772] Updating testsVjacheslav Trushkin2013-07-111-12/+6
| | | | | | | | PHPBB3-10772
| * Merge remote-tracking branch 'remotes/cyberalien/ticket/10772' into ↵Nathaniel Guse2013-07-111-0/+51
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/10772: [ticket/10772] Remove unnecessary comment [ticket/10772] Functional tests for forum style [ticket/10772] Use forum specific style for trigger_error
| | * [ticket/10772] Functional tests for forum styleVjacheslav Trushkin2013-05-161-0/+51
| | | | | | | | | | | | PHPBB3-10772
| * | [ticket/11566] Check that guest doesn't have reporting permission by defaultDhruv2013-07-011-0/+4
| | | | | | | | | | | | PHPBB3-11566
| * | [ticket/11566] Revert forum permission changesDhruv2013-07-011-3/+4
| | | | | | | | | | | | | | | | | | Revert the f_report permission for guests in the functional tests PHPBB3-11566
| * | [ticket/11566] Use language variable instead of hardcodeDhruv2013-07-011-1/+2
| | | | | | | | | | | | | | | | | | Add language variable in tests PHPBB3-11566
| * | [ticket/11566] add tests for reporting postDhruv2013-07-011-0/+55
| | | | | | | | | | | | | | | | | | | | | Functional test for reporting post and check if captcha validation is required for guests and not for registerted users PHPBB3-11566
| * | [ticket/11568] Use static calls for static methodsJoas Schilling2013-05-314-16/+16
| | | | | | | | | | | | PHPBB3-11568
| * | [ticket/11568] Fix common_groups_test.php form handlingJoas Schilling2013-05-271-2/+1
| | | | | | | | | | | | PHPBB3-11568
| * | [ticket/11568] Remove manual calls to assert_response_success()Joas Schilling2013-05-273-11/+1
| | | | | | | | | | | | PHPBB3-11568
* | | [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-0/+50
|/ / | | | | | | | | | | | | | | Up to now the array_map() that turns error messages into the localized output was only ran if the group's color was set. With this patch it'll run the array_map() on the complete error array if it's not empty. PHPBB3-11548
* | [ticket/11538] Cut functional tests down a bit as these are more expensive.Andreas Fischer2013-05-261-14/+4
| | | | | | | | PHPBB3-11538
* | [ticket/11538] Modify test colour valuesMarc Alexander2013-05-191-2/+3
| | | | | | | | PHPBB3-11538
* | [ticket/11538] Move group ID into abstract test class and add more test casesMarc Alexander2013-05-193-3/+7
| | | | | | | | | | | | | | The group ID is defined in the abstract class now and additional test cases for hex colour values have been added. PHPBB3-11538
* | [ticket/11538] Use abstract class for functional test cases for group colourMarc Alexander2013-05-173-63/+60
| | | | | | | | PHPBB3-11538
* | [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-152-0/+6
| | | | | | | | | | | | | | This will now make sure that 'AAFF00' will be matched but strings like 'AAFF00 AABB00' will not. PHPBB3-11538
* | [ticket/11538] Add tests for acp group manage pageMarc Alexander2013-05-141-0/+45
| | | | | | | | | | | | This will currently test if the colour check properly works. PHPBB3-11538
* | [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | The input length for the hex color is now limited to 6 characters and the support for colors starting with a '#' has been dropped. The allowed input length of 7 in prosilver seems to have been a relict from old ages of phpBB3. In order to have proper support for correct checking of the colour value, the new code was also ported to the ACP groups manage page. The tests have been modified to reflect the changes to the behavior of the color check. Tests for the ACP will follow. PHPBB3-11538
* | [ticket/11538] Fix incorrect regex and test for duplicate # in color stringMarc Alexander2013-05-141-0/+1
| | | | | | | | PHPBB3-11538
* | [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-37/+20
| | | | | | | | | | | | | | | | | | We are now using a regex with preg_match() in order to properly check if the entered color value is in hex color format or not. A proper error message is triggered if an incorrect color value is entered and the prepended '#' is removed if necessary. PHPBB3-11538
* | [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+61
|/ | | | | | | In order to prevent future issues with this, a basic set of functional tests for the UCP groups manage page have been added. PHPBB3-11538
* [ticket/8610] Do not use requests to submit posts except in posting_test.phpNathan Guse2012-12-151-6/+106
| | | | | | | | Moving my functional test functions from posting_helpers.php to posting_test.php since it is a bit nicer and more reusable if posting_test.php is to be expanded in the future. PHPBB3-8610
* [ticket/8610] Move posting helpers to separate fileNathan Guse2012-12-131-2/+6
| | | | | | This is to prevent cluttering up the functional test case class more PHPBB3-8610
* [ticket/8610] Create helper functions to create topic/post in functional testsNathan Guse2012-12-131-78/+11
| | | | | | | | This will be used to test splitting/copying/merging/etc in functional tests Also convert functional posting_test.php to use these functions PHPBB3-8610
* [ticket/10972] Drop user deletion.Oleg Pudeyev2012-12-061-1/+0
| | | | | | | | | Users should not be deleted in tests that test user creation. Tests should use unique user names to avoid collisions. User deletion should use user_remove anyway. PHPBB3-10972
* [ticket/10972] Tweak user addition.Oleg Pudeyev2012-12-061-4/+8
| | | | | | | | | | | Always add users, do not keep track of which users have been added. The tests should know whether users they want exist or not. Use more unique user names in tests for robustness. Added some more assertions here and there. PHPBB3-10972
* [ticket/10972] Moved tests into appropriate places and added commentsFyorl2012-12-062-45/+9
| | | | PHPBB3-10972
* [ticket/10972] Added methods for creating and deleting basic usersFyorl2012-12-061-0/+45
| | | | | | | Modified the login method to allow logging in of an arbitrary user. Also added tests for the new functionality. PHPBB3-10972
* [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+3
| | | | | | | This does not change tests that perform requests which are either clearly not supposed to succeed or are a gray area. PHPBB3-11202
* [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-011-9/+1
| | | | PHPBB3-10758
* [task/functional] Added posting tests (reply and new topic)David King2012-09-011-0/+110
| | | | PHPBB-10758
* [task/functional] Make sure missing language values are handled properlyDavid King2012-04-241-0/+8
| | | | PHPBB3-10758
* [task/functional] Increase code coverage for functional testsDavid King2012-04-233-0/+83
| | | | PHPBB3-10758
* [ticket/10492] Fix line endingsPatrick Webster2012-04-211-26/+26
| | | | PHPBB3-10492
* [ticket/10492] Backporting functional testsPatrick Webster2012-04-211-0/+26
PHPBB3-10492