You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<wp_upload_dir($time)> which returns wp_upload_dir($time)['path'] by default
<wp_max_upload_size()> to create files which are exactly this big or slightly bigger/smaller for testing purposes
<wp_get_mime_types()> and <wp_get_mime_type()> to randomly select one
<get_allowed_mime_types($unfiltered = false)> and <get_allowed_mime_type()> to randomly select one
<get_intermediate_image_sizes('thumbnail')>, <get_intermediate_image_size()>, get_intermediate_image_width('thumbnail') and get_intermediate_image_height(...) to randomly select one
The text was updated successfully, but these errors were encountered:
Add file to media
could be simplified to
Mock:
Persistence:
Attach such media to entities
could become
Provider
May need ...
<wp_upload_dir($time)>
which returnswp_upload_dir($time)['path']
by default<wp_max_upload_size()>
to create files which are exactly this big or slightly bigger/smaller for testing purposes<wp_get_mime_types()>
and<wp_get_mime_type()>
to randomly select one<get_allowed_mime_types($unfiltered = false)>
and<get_allowed_mime_type()>
to randomly select one<get_intermediate_image_sizes('thumbnail')>, <get_intermediate_image_size()>, get_intermediate_image_width('thumbnail') and get_intermediate_image_height(...)
to randomly select oneThe text was updated successfully, but these errors were encountered: