From 6eb00414536f583e4e1ac5fc72cb00025f55b2ce Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 19 Oct 2019 17:35:25 +0200 Subject: [ticket/16141] Add assertion for memory limit divided by two PHPBB3-16141 --- tests/plupload/plupload_test.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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], ]; } -- cgit v1.2.1