aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fileupload_form_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10851] Request index instead of logging in and out in testsMarc Alexander2014-04-041-3/+2
| | | | PHPBB3-10851
* [ticket/10851] Add unit and functional tests for checking attachmentsMarc Alexander2014-04-041-0/+33
| | | | | | | These tests will make sure that fileuploads now work as expected regarding the check for disallowed content. PHPBB3-10851
* [ticket/12175] Do not use admin account for file size limit testJoas Schilling2014-02-091-2/+9
| | | | PHPBB3-12175
* [ticket/12175] Fix test for uploading a valid fileJoas Schilling2014-02-091-3/+5
| | | | PHPBB3-12175
* [ticket/12175] Fix upload test for empty fileJoas Schilling2014-02-091-2/+1
| | | | PHPBB3-12175
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-0/+19
| | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* [ticket/develop/11568] Fix some more tests in 3.1Joas Schilling2013-05-301-1/+1
| | | | PHPBB3-11568
* [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-281-1/+0
| | | | PHPBB3-11568
* [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-281-1/+1
| | | | PHPBB3-11568
* [ticket/10758-upload] Mark tests that don't work incomplete.Oleg Pudeyev2012-12-211-0/+2
| | | | PHPBB3-10758
* [ticket/10758-upload] Convert error to a failure.Oleg Pudeyev2012-12-201-1/+1
| | | | PHPBB3-10758
* [ticket/11202] Fix comment char, use more descriptive comment.Oleg Pudeyev2012-11-181-1/+1
| | | | PHPBB3-11202
* [ticket/11202] Add response assertions to file upload functional test.Oleg Pudeyev2012-11-181-0/+3
| | | | PHPBB3-11202
* [ticket/10992] Changed octetstream to octet-streamFyorl2012-07-161-1/+1
| | | | PHPBB3-10992
* [ticket/10992] test_empty_file() now tries to upload the correct fileFyorl2012-07-161-1/+1
| | | | PHPBB3-10992
* [ticket/10992] Modified upload tests to work with new versionFyorl2012-07-161-17/+24
| | | | PHPBB3-10992
* [ticket/10941] Fixed form test test_too_largeFyorl2012-07-091-2/+2
| | | | PHPBB3-10941
* [ticket/10941] Replaced use of English with language systemFyorl2012-07-091-2/+2
| | | | PHPBB3-10941
* [ticket/10941] Renamed classes and filenames so that tests runFyorl2012-07-091-0/+62
Also fixed some minor issues that weren't flagged before because the tests were being ignored. PHPBB3-10941