- @dcam opened merge request.
- πΊπΈUnited States dcam
This test is bad as written because
upload_max_filesize
andpost_max_size
can't be set withini_set()
. - πΊπΈUnited States dcam
Big thanks to @acbramley for the test guidance.
- πΊπΈUnited States smustgrave
is there an existing test we could extend or even turn into a non functional test? Since this test isn't doing a submission it's just showing help text seems overkill to do a full bootstrap for it.
Also proposed solution appears to be empty.
- πΊπΈUnited States dcam
I converted the Functional test to a Kernel test and updated the proposed resolution.