aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fileupload_form_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-1/+8
|\
| * [ticket/security/244] Add missing form parameters to testsMarc Alexander2019-08-241-1/+8
| | | | | | | | SECURITY-244
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-2/+2
|/ | | | PHPBB3-14948
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-1/+0
| | | | SECURITY-227
* [ticket/13534] Set imagick path to empty string to prevent failing path checkMarc Alexander2015-01-211-7/+16
| | | | | | | | The imagick path defaults to /usr/bin. If it doesn't exist for some reason, for example on travis, the form won't be submitted and the settings won't be changed. PHPBB3-13534
* [ticket/13031] Only use mimetype guesser guess if it helps usMarc Alexander2014-09-031-2/+2
| | | | | | | | | | If we already have a mimetype and the guesser's guess is the default fallback, we should keep the already existing mimetype the browser supplied. Otherwise, platforms that might not support mimetype guessers will cause us to always have the mimetype set to application/octet-stream on images. This will prevent users from uploading images. PHPBB3-13031
* [ticket/11528] Revert Mink changesDhruv2014-08-091-2/+0
| | | | PHPBB3-11528
* [ticket/11148] Change expected output with disallowed content in testMarc Alexander2014-06-231-2/+2
| | | | PHPBB3-11148
* [ticket/11528] Move parent::tearDown() to end of tearDown()Dhruv2014-06-231-2/+2
| | | | PHPBB3-11528
* [ticket/11528] Call parent::tearDown in overrided tearDown methodDhruv2014-06-231-0/+2
| | | | PHPBB3-11528
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* [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