How to test file upload in Laravel

Im trying to test an upload API but it fails every time: Test Code : $JSONResponse = $this->call('POST', '/upload', [], [], [ 'photo' => new UploadedFile(base_path('public/uploads/test...