private property UploadedFile::$test

Whether the test mode is activated.

Local files are used in test mode hence the code should not enforce HTTP uploads.

Type: Boolean

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php, line 35

Class

UploadedFile
A file uploaded through a form.

Namespace

Symfony\Component\HttpFoundation\File

Code

private $test = false;