CodeIgniter4
CodeIgniter4 copied to clipboard
Dev: cannot write test for file uploading
We currently don't have a great way to test file uploads for end users.
See https://forum.codeigniter.com/showthread.php?tid=88557
Reference: https://github.com/kenjis/ci-phpunit-test/pull/157
It would be nice to be able to simply provide a CodeIgniter\Files\UploadedFile object to the request and have it recognize it correctly, set the enctype header, and just work... #8209