aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/posting_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11775] Backport moving of the posting functions to 3.0Joas Schilling2013-08-081-101/+0
* [ticket/11568] Use static calls for static methodsJoas Schilling2013-05-311-7/+7
* [ticket/11568] Remove manual calls to assert_response_success()Joas Schilling2013-05-271-4/+1
* [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
* [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