mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/16141] Add assertion for memory limit divided by two
PHPBB3-16141
This commit is contained in:
@@ -88,6 +88,11 @@ class phpbb_plupload_test extends phpbb_test_case
|
|||||||
'upload_max_filesize' => 1000,
|
'upload_max_filesize' => 1000,
|
||||||
'post_max_size' => 600,
|
'post_max_size' => 600,
|
||||||
], 300],
|
], 300],
|
||||||
|
[[
|
||||||
|
'memory_limit' => 1000,
|
||||||
|
'upload_max_filesize' => 2000,
|
||||||
|
'post_max_size' => 3000,
|
||||||
|
], 500],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user