aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/files
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10851] Add unit and functional tests for checking attachmentsMarc Alexander2014-04-041-0/+0
| | | | | | | These tests will make sure that fileuploads now work as expected regarding the check for disallowed content. PHPBB3-10851
* [ticket/10941] Added functional tests for the fileupload classFyorl2012-07-094-0/+0
NOTE: test_form_upload() is broken. Uploading files via Symfony fails to retain $_FILES['fileupload']['type'] even if it set explicitely. This appears to be a bug in Symfony. Since the current version of filespec::is_image() relies on the mimetype, these tests will __fail__. filespec::is_image() has been fixed in https://github.com/phpbb/phpbb3/pull/833 however. PHPBB3-10941