aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'p/ticket/10758' into developAndreas Fischer2012-12-252-0/+139
|\
| * [ticket/10758] Admin is not working yet.Oleg Pudeyev2012-12-191-0/+2
| * [ticket/10758] Test moderator and admin permissions.Oleg Pudeyev2012-12-191-5/+60
| * [ticket/10758] Check that acl was changed in the test.Oleg Pudeyev2012-12-191-1/+19
| * [ticket/10758] Functional test for changing a user's permission.Oleg Pudeyev2012-12-151-0/+53
| * [ticket/10758] Add a test for acp login.Oleg Pudeyev2012-12-151-0/+11
* | [ticket/10758-upload] Mark tests that don't work incomplete.Oleg Pudeyev2012-12-211-0/+2
* | [ticket/10758-upload] Convert error to a failure.Oleg Pudeyev2012-12-201-1/+1
* | Merge PR #1140 branch 'develop-olympus' into developOleg Pudeyev2012-12-161-56/+93
|\ \ | |/ |/|
| * [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/10975] Add a test for viewing a profile.Oleg Pudeyev2012-12-131-1/+10
* | [ticket/10975] Test restricting by first character.Oleg Pudeyev2012-12-131-0/+10
* | [ticket/10975] Test memberlist, not user creation.Oleg Pudeyev2012-12-131-14/+5
* | [ticket/10975] Some quick tests to check the memberlist behaviourFyorl2012-12-131-0/+33
* | Merge PR #1125 branch 'develop-olympus' into developOleg Pudeyev2012-12-101-0/+12
|\ \ | |/
| * [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
* | Merge remote-tracking branch 'p/ticket/11202' into developAndreas Fischer2012-11-291-0/+3
|\ \
| * | [ticket/11202] Fix comment char, use more descriptive comment.Oleg Pudeyev2012-11-181-1/+1
| * | [ticket/11202] Add response assertions to file upload functional test.Oleg Pudeyev2012-11-181-0/+3
* | | [feature/controller] Fix misnamed route for functional testDavid King2012-11-191-1/+1
* | | [feature/controller] Fix comments, check against more general HttpExceptionDavid King2012-11-191-3/+4
* | | [feature/controller] Check for proper status codes from controllersDavid King2012-11-193-1/+21
* | | [feature/controller] Fix functional tests to use query string for controllersDavid King2012-11-181-4/+4
* | | [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-165-6/+10
* | | [feature/controller] Add controller functional test with templateDavid King2012-11-165-5/+52
* | | [feature/controller] Use warning instead of echo for copy() and unlink()David King2012-11-161-8/+2
* | | [feature/controller] Add test for missing argument in controller classDavid King2012-11-164-2/+19
* | | [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-1616-193/+69
|/ /
* | [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-151-0/+3
|\ \ | |/
| * [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+3
* | Merge branch 'develop-olympus' into developNils Adermann2012-09-011-0/+102
|\ \ | |/
| * [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
* | [ticket/10992] Changed octetstream to octet-streamFyorl2012-07-161-1/+1
* | [ticket/10992] test_empty_file() now tries to upload the correct fileFyorl2012-07-161-1/+1
* | [ticket/10992] Modified upload tests to work with new versionFyorl2012-07-161-17/+24
* | [ticket/10941] Fixed form test test_too_largeFyorl2012-07-091-2/+2
* | [ticket/10941] Replaced use of English with language systemFyorl2012-07-091-2/+2
* | [ticket/10941] Renamed classes and filenames so that tests runFyorl2012-07-092-5/+7
* | [ticket/10941] Moved comment into markTestIncomplete parameterFyorl2012-07-091-3/+1
* | [ticket/10941] Removed manual includes of mock classesFyorl2012-07-091-2/+3
* | [ticket/10941] Rearranged tests into their own classes or methodsFyorl2012-07-093-97/+133
* | [ticket/10941] Removed the incomplete mark as is_image is fixedFyorl2012-07-091-11/+6
* | [ticket/10941] Minor typo fixesFyorl2012-07-091-1/+1