aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-11-11 13:56:25 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-11-11 14:03:27 +0100
commit06a3bfd203e08e481151e300319b06d1db438051 (patch)
tree63a8a632de30c3323a04f14cddbbe10e971275e4 /tests/console
parentMerge branch '3.2.x' (diff)
parentMerge branch 'prep-release-3.2.4' into 3.2.x (diff)
downloadphpbb-06a3bfd203e08e481151e300319b06d1db438051.tar.gz
phpbb-06a3bfd203e08e481151e300319b06d1db438051.tar.bz2
phpbb-06a3bfd203e08e481151e300319b06d1db438051.zip
Merge branch '3.2.x'
Diffstat (limited to 'tests/console')
-rw-r--r--tests/console/thumbnail_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/console/thumbnail_test.php b/tests/console/thumbnail_test.php
index ecce6f157c..dc2bf47899 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();