You are here

private property UploadedFile::$test in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/File/UploadedFile.php \Symfony\Component\HttpFoundation\File\UploadedFile::test

Whether the test mode is activated.

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

Type: bool

File

vendor/symfony/http-foundation/File/UploadedFile.php, line 34

Class

UploadedFile
A file uploaded through a form.

Namespace

Symfony\Component\HttpFoundation\File

Code

private $test = false;