diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-11-10 17:04:00 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-11-10 17:04:00 +0100 |
commit | 0dfbb60bc322ccda7a6e670a5f5ec9ab2f536eac (patch) | |
tree | 03a2df99a9f37139f5d530b68a7b125eacd281b6 /tests/functional/fileupload_form_test.php | |
parent | 65226168ee2841dbe7f6934b16ff38f0a27ac09b (diff) | |
parent | c0a26e3d57e69fb1dc436379b4e3609bc10f9194 (diff) | |
download | forums-0dfbb60bc322ccda7a6e670a5f5ec9ab2f536eac.tar forums-0dfbb60bc322ccda7a6e670a5f5ec9ab2f536eac.tar.gz forums-0dfbb60bc322ccda7a6e670a5f5ec9ab2f536eac.tar.bz2 forums-0dfbb60bc322ccda7a6e670a5f5ec9ab2f536eac.tar.xz forums-0dfbb60bc322ccda7a6e670a5f5ec9ab2f536eac.zip |
Merge pull request #42 from phpbb/ticket/security/227
[ticket/security/227] Replace ImageMagick support with thumbnail event
Diffstat (limited to 'tests/functional/fileupload_form_test.php')
-rw-r--r-- | tests/functional/fileupload_form_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/fileupload_form_test.php b/tests/functional/fileupload_form_test.php index d381fa1ae2..b0780172ff 100644 --- a/tests/functional/fileupload_form_test.php +++ b/tests/functional/fileupload_form_test.php @@ -99,7 +99,6 @@ class phpbb_functional_fileupload_form_test extends phpbb_functional_test_case $form = $crawler->selectButton('Submit')->form(array( 'config[check_attachment_content]' => 0, - 'config[img_imagick]' => '', )); self::submit($form); |