diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-11-11 13:56:25 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-11-11 14:03:27 +0100 |
commit | 06a3bfd203e08e481151e300319b06d1db438051 (patch) | |
tree | 63a8a632de30c3323a04f14cddbbe10e971275e4 /tests/console | |
parent | Merge branch '3.2.x' (diff) | |
parent | Merge branch 'prep-release-3.2.4' into 3.2.x (diff) | |
download | phpbb-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.php | 1 |
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(); |