Laravel 5.2 | Testing UploadedFile Misses the $test Value after Post. Bug?

Test Case I create an instance of Symfony's UploadedFile class and I set $test to true. I post the file to file/upload. class FileControllerTest extends TestCase { use \Illuminate\Foundation\Te...