This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Description
When there are special characters in the URI path that are not allowed by the filesystem (like : on Windows), the MockStorageAdapter using SubfolderNamingStrategy fails with
Symfony\Component\Filesystem\Exception\IOException: Failed to create "/vagrant/tests/fixtures/guzzle/.../transform;key=rest:api": mkdir(): Input/output error.
And unfortunately one cannot reconfigure the adapters, making the caching / mocking unusable.