I changed the example for the upload.php file because in my opinion could be confusing: it uses the getIdentifier() method to give a name to the uploaded file, which produces a file without an extension and which is not intended for naming files, as suggested to me here.
Coverage remained the same at 100.0% when pulling c716bbbc15596f61ba6f3aad4256f1a588b0d13e on roibeart:roibeart-readme-edit into 340ed5b947173ec4bc790dd8b512b2820e5dfab4 on flowjs:master.
I changed the example for the
upload.php
file because in my opinion could be confusing: it uses thegetIdentifier()
method to give a name to the uploaded file, which produces a file without an extension and which is not intended for naming files, as suggested to me here.