mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16141] Add assertion for memory limit divided by two
PHPBB3-16141
This commit is contained in:
parent
b149e50bf1
commit
6eb0041453
1 changed files with 5 additions and 0 deletions
|
@ -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],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue