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/console/thumbnail_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/console/thumbnail_test.php')
| -rw-r--r-- | tests/console/thumbnail_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/console/thumbnail_test.php b/tests/console/thumbnail_test.php index 439e3623fa..d5fbfa0fed 100644 --- a/tests/console/thumbnail_test.php +++ b/tests/console/thumbnail_test.php @@ -46,7 +46,6 @@ class phpbb_console_command_thumbnail_test extends phpbb_database_test_case $config = $this->config = new \phpbb\config\config(array( 'img_min_thumb_filesize' => 2, 'img_max_thumb_width' => 2, - 'img_imagick' => '', )); $this->db = $this->db = $this->new_dbal(); |
