mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
[ticket/10941] Added a comment explaining the incomplete test
PHPBB3-10941
This commit is contained in:
parent
f2bbbdaafa
commit
59a7b10f14
1 changed files with 6 additions and 0 deletions
|
@ -14,7 +14,13 @@ class phpbb_functional_fileupload_test extends phpbb_functional_test_case
|
|||
{
|
||||
public function test_form_upload()
|
||||
{
|
||||
// This test is marked as incomplete due to an apparent bug in the
|
||||
// symfony framework which causes it to lose the mimetype of any file
|
||||
// uploaded. Since filespec::is_image() relies on the mimetype, all
|
||||
// image uploads fail. filespec::is_image() is fixed in:
|
||||
// https://github.com/phpbb/phpbb3/pull/833
|
||||
$this->markTestIncomplete();
|
||||
|
||||
$path = __DIR__ . '/fixtures/files/';
|
||||
$this->add_lang('posting');
|
||||
$this->login();
|
||||
|
|
Loading…
Add table
Reference in a new issue