Skip to content

Commit 9dfb144

Browse files
ErikSaunierweaverryan
authored andcommitted
Update testing.rst
Do not work anymore.
1 parent 5047480 commit 9dfb144

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

book/testing.rst

-8
Original file line numberDiff line numberDiff line change
@@ -353,14 +353,6 @@ or perform more complex requests::
353353
'image/jpeg',
354354
123
355355
);
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-
);
364356
$client->request(
365357
'POST',
366358
'/submit',

0 commit comments

Comments
 (0)