Problem/Motivation
The UploadedFile class requires a real filesystem to work, that's no good for unit tests.
Will be good to provide a stub for it, that doesn't use a filesystem.
Issue fork test_helpers-3381364
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
murzImplemented UploadedFileStub class for this.
Comment #5
murz