Skip to content

Commit ed1a242

Browse files
authored
Update http-tests.md
1 parent bfe6c71 commit ed1a242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ In addition to creating images, you may create files of any other type using the
284284

285285
UploadedFile::fake()->create('document.pdf', $sizeInKilobytes);
286286

287-
You may pass an optional `$mimeType` parameter to ensure mime types validate correctly:
287+
If needed, you may pass a `$mimeType` argument to the method to explicitly define the MIME type that should be returned by the file:
288288

289289
UploadedFile::fake()->create('document.pdf', $sizeInKilobytes, 'application/pdf');
290290

0 commit comments

Comments
 (0)