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.

Command icon 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

Murz created an issue. See original summary.

  • Murz committed 6a4726c2 on 1.2.x
    Issue #3381364: Provide a stub for UploadedFile class
    
murz’s picture

Status: Active » Fixed

Implemented UploadedFileStub class for this.

murz’s picture

Status: Fixed » Closed (fixed)