Is your feature request related to a problem? Please describe.
We use the OneupFlysystemBundle with the in-memory configuration when testing uploading images (using VichUploaderBundle). I have now added the resizing of images directly after upload, but I would like this to also happen in-memory like the rest of our image upload tests.
Describe the solution you'd like
Does support for this exist already? If so, does anyone have an example of how they have achieved this?
Describe alternatives you've considered
An alternative solution would be to disable the resizing of images during testing, but of course this is not ideal.
Additional context
My config for the above is as follows:
Is your feature request related to a problem? Please describe. We use the
OneupFlysystemBundle
with the in-memory configuration when testing uploading images (usingVichUploaderBundle
). I have now added the resizing of images directly after upload, but I would like this to also happen in-memory like the rest of our image upload tests.Describe the solution you'd like Does support for this exist already? If so, does anyone have an example of how they have achieved this?
Describe alternatives you've considered An alternative solution would be to disable the resizing of images during testing, but of course this is not ideal.
Additional context My config for the above is as follows:
Flysystem config:
And in the in-memory config: