We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5047480 commit 9dfb144Copy full SHA for 9dfb144
book/testing.rst
@@ -353,14 +353,6 @@ or perform more complex requests::
353
'image/jpeg',
354
123
355
);
356
- // or
357
- $photo = array(
358
- 'tmp_name' => '/path/to/photo.jpg',
359
- 'name' => 'photo.jpg',
360
- 'type' => 'image/jpeg',
361
- 'size' => 123,
362
- 'error' => UPLOAD_ERR_OK
363
- );
364
$client->request(
365
'POST',
366
'/submit',
0 commit comments