aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plupload/plupload_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plupload/plupload_test.php')
-rw-r--r--tests/plupload/plupload_test.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/plupload/plupload_test.php b/tests/plupload/plupload_test.php
index 65141f4f2a..eb4657afbc 100644
--- a/tests/plupload/plupload_test.php
+++ b/tests/plupload/plupload_test.php
@@ -88,6 +88,11 @@ class phpbb_plupload_test extends phpbb_test_case
'upload_max_filesize' => 1000,
'post_max_size' => 600,
], 300],
+ [[
+ 'memory_limit' => 1000,
+ 'upload_max_filesize' => 2000,
+ 'post_max_size' => 3000,
+ ], 500],
];
}