aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/posting_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [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